Skip to content

Commit

Permalink
Merge branch 'main' into removing-hash-basic-check
Browse files Browse the repository at this point in the history
  • Loading branch information
amirvalhalla authored Dec 10, 2023
2 parents 699ed1d + fac0ef3 commit 8393207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func newNetwork(conf *Config, log *logger.SubLogger, opts []lp2p.Option) (*netwo
lp2p.UserAgent(version.Agent()),
lp2p.ResourceManager(resMgr),
lp2p.ConnectionManager(connMgr),
lp2p.Ping(false),
)

if conf.EnableNATService {
Expand Down

0 comments on commit 8393207

Please sign in to comment.