Skip to content

Commit

Permalink
fix fx usage to support when DHT is turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed May 13, 2021
1 parent 66b11ea commit 30b7a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/libp2p/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func BaseRouting(experimentalDHTClient bool) interface{} {
},
DHT: dr,
DHTClient: dr,
BaseRT: dr,
BaseRT: in.Router,
}, nil
}
}
Expand Down

0 comments on commit 30b7a2a

Please sign in to comment.