mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Allow discovery to be more lenient in enr eth2 fields (#1201)
* Allow discovery to be more lenient in enr eth2 fields * Correct web3 dep * Discovery bug fixes
This commit is contained in:
@@ -44,6 +44,6 @@ bls = { path = "../crypto/bls" }
|
||||
remote_beacon_node = { path = "../common/remote_beacon_node" }
|
||||
tempdir = "0.3.7"
|
||||
rayon = "1.3.0"
|
||||
web3 = "0.10.0"
|
||||
web3 = "0.11.0"
|
||||
validator_dir = { path = "../common/validator_dir" }
|
||||
clap_utils = { path = "../common/clap_utils" }
|
||||
|
||||
Reference in New Issue
Block a user