Skip to content

Commit

Permalink
Fix arbitrary check kintsugi (#2777)
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean authored and paulhauner committed Nov 17, 2021
1 parent 0327866 commit 9eae860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consensus/types/src/execution_payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use std::{ops::Index, slice::SliceIndex};
use test_random_derive::TestRandom;
use tree_hash_derive::TreeHash;

#[cfg_attr(feature = "arbitrary-fuzz", derive(arbitrary::Arbitrary))]
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Encode, Decode, TreeHash)]
#[ssz(enum_behaviour = "union")]
#[tree_hash(enum_behaviour = "union")]
Expand Down

0 comments on commit 9eae860

Please sign in to comment.