Skip to content

Commit

Permalink
ensure aggregate and proof uses serde untagged on ref
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Jun 25, 2024
1 parent 2902272 commit dc5fb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/types/src/aggregate_and_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
)]
Expand Down

0 comments on commit dc5fb40

Please sign in to comment.