Skip to content

Commit

Permalink
fix: apiservice (ethersphere#4673)
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill authored May 15, 2024
1 parent 2a33da4 commit 92de285
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1156,9 +1156,8 @@ func NewBee(
apiService.MountAPI()
apiService.MountDebug()

debugService.SetP2P(p2ps)
debugService.SetSwarmAddress(&swarmAddress)
debugService.SetRedistributionAgent(agent)
apiService.SetSwarmAddress(&swarmAddress)
apiService.SetRedistributionAgent(agent)
}

if o.DebugAPIAddr != "" {
Expand Down

0 comments on commit 92de285

Please sign in to comment.