mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +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(
|
||||
derive(Debug, PartialEq, TreeHash, Serialize,),
|
||||
serde(bound = "E: EthSpec"),
|
||||
serde(untagged, bound = "E: EthSpec"),
|
||||
tree_hash(enum_behaviour = "transparent")
|
||||
)
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user