Enable discv5.1 for general beacon_node and inspector builds

This commit is contained in:
kdeme 2020-11-06 20:40:26 +01:00 committed by zah
parent ac1072b4bb
commit fb6ce5c804
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -1,2 +1,3 @@
# Use only `secp256k1` public key cryptography as an identity in LibP2P.
-d:"libp2p_pki_schemes=secp256k1"
-d:"UseDiscv51=true"