We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee18ca commit cdbe603Copy full SHA for cdbe603
consensus/types/src/execution_payload.rs
@@ -5,6 +5,7 @@ use std::{ops::Index, slice::SliceIndex};
5
use test_random_derive::TestRandom;
6
use tree_hash_derive::TreeHash;
7
8
+#[cfg_attr(feature = "arbitrary-fuzz", derive(arbitrary::Arbitrary))]
9
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Encode, Decode, TreeHash)]
10
#[ssz(enum_behaviour = "union")]
11
#[tree_hash(enum_behaviour = "union")]
0 commit comments