mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 06:18:31 +00:00
fix compilation issues
This commit is contained in:
@@ -12,7 +12,7 @@ harness = false
|
||||
serde-big-array = {version = "0.3.2", features = ["const-generics"]}
|
||||
merkle_proof = { path = "../../consensus/merkle_proof" }
|
||||
bls = { path = "../../crypto/bls", features = ["arbitrary"] }
|
||||
kzg = { path = "../../crypto/kzg" }
|
||||
kzg = { path = "../../crypto/kzg", features = ["arbitrary"] }
|
||||
compare_fields = { path = "../../common/compare_fields" }
|
||||
compare_fields_derive = { path = "../../common/compare_fields_derive" }
|
||||
eth2_interop_keypairs = { path = "../../common/eth2_interop_keypairs" }
|
||||
|
||||
@@ -17,7 +17,6 @@ use tree_hash_derive::TreeHash;
|
||||
Encode,
|
||||
Decode,
|
||||
TreeHash,
|
||||
PartialEq,
|
||||
Default,
|
||||
TestRandom,
|
||||
Derivative,
|
||||
|
||||
Reference in New Issue
Block a user