Skip to content

Commit

Permalink
Merge pull request #3190 from filecoin-project/feat/noise-first
Browse files Browse the repository at this point in the history
NOISE first
  • Loading branch information
magik6k authored Aug 20, 2020
2 parents fc41b72 + 92faf5c commit b89e94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func libp2p() Option {
Override(AddrsFactoryKey, lp2p.AddrsFactory(nil, nil)),
Override(SmuxTransportKey, lp2p.SmuxTransport(true)),
Override(RelayKey, lp2p.NoRelay()),
Override(SecurityKey, lp2p.Security(true, true)),
Override(SecurityKey, lp2p.Security(true, false)),

Override(BaseRoutingKey, lp2p.BaseRouting),
Override(new(routing.Routing), lp2p.Routing),
Expand Down

0 comments on commit b89e94e

Please sign in to comment.