Skip to content

Commit bb22754

Browse files
committed
enable libp2p relay
1 parent 3784a6e commit bb22754

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/libp2p/libp2p.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func NewLibp2pHost(ctx context.Context, db *harmonydb.DB, cfg *config.CurioConfi
8686
libp2p.Peerstore(pstore),
8787
libp2p.UserAgent("curio-" + build.UserVersion()),
8888
libp2p.Ping(true),
89-
libp2p.DisableRelay(),
9089
libp2p.EnableNATService(),
9190
libp2p.BandwidthReporter(metrics.NewBandwidthCounter()),
9291
}

0 commit comments

Comments
 (0)