Skip to content

Commit c57fcb4

Browse files
authored
bump nim-libp2p to 89cad5a3ba9088cc721682469a10917903da25a0 (#6199)
- add support for setting protocol handlers with `{.raises.}` annotation - fix: valueOr and withValue utilities - fix: remove explicit param from GossipSubParams constructor
1 parent 6530a36 commit c57fcb4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

beacon_chain/networking/eth2_network.nim

-1
Original file line numberDiff line numberDiff line change
@@ -2305,7 +2305,6 @@ proc createEth2Node*(rng: ref HmacDrbgContext,
23052305

23062306
let
23072307
params = GossipSubParams.init(
2308-
explicit = true,
23092308
pruneBackoff = chronos.minutes(1),
23102309
unsubscribeBackoff = chronos.seconds(10),
23112310
floodPublish = true,

0 commit comments

Comments
 (0)