Fix arbitrary check kintsugi (#2777)

This commit is contained in:
realbigsean 2021-11-05 00:04:44 -04:00 committed by Paul Hauner
parent cee18ca842
commit cdbe603adf
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF

View File

@ -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")]