mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-20 02:08:12 +00:00
Enable discv5.1 for general beacon_node and inspector builds
This commit is contained in:
parent
ac1072b4bb
commit
fb6ce5c804
@ -4,7 +4,7 @@
|
||||
|
||||
# Use only `secp256k1` public key cryptography as an identity in LibP2P.
|
||||
-d:"libp2p_pki_schemes=secp256k1"
|
||||
-d:"UseDiscv51=false"
|
||||
-d:"UseDiscv51=true"
|
||||
|
||||
@if testnet_servers_image:
|
||||
-d:"chronicles_sinks=json"
|
||||
|
@ -1,2 +1,3 @@
|
||||
# Use only `secp256k1` public key cryptography as an identity in LibP2P.
|
||||
-d:"libp2p_pki_schemes=secp256k1"
|
||||
-d:"UseDiscv51=true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user