We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3784a6e commit bb22754Copy full SHA for bb22754
lib/libp2p/libp2p.go
@@ -86,7 +86,6 @@ func NewLibp2pHost(ctx context.Context, db *harmonydb.DB, cfg *config.CurioConfi
86
libp2p.Peerstore(pstore),
87
libp2p.UserAgent("curio-" + build.UserVersion()),
88
libp2p.Ping(true),
89
- libp2p.DisableRelay(),
90
libp2p.EnableNATService(),
91
libp2p.BandwidthReporter(metrics.NewBandwidthCounter()),
92
}
0 commit comments