mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
ensure aggregate and proof uses serde untagged on ref
This commit is contained in:
@@ -31,7 +31,7 @@ use tree_hash_derive::TreeHash;
|
|||||||
),
|
),
|
||||||
ref_attributes(
|
ref_attributes(
|
||||||
derive(Debug, PartialEq, TreeHash, Serialize,),
|
derive(Debug, PartialEq, TreeHash, Serialize,),
|
||||||
serde(bound = "E: EthSpec"),
|
serde(untagged, bound = "E: EthSpec"),
|
||||||
tree_hash(enum_behaviour = "transparent")
|
tree_hash(enum_behaviour = "transparent")
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
|
|||||||
Reference in New Issue
Block a user