Skip to content

Commit

Permalink
Merge branch 'main' into onbjerg/req-proptest-arbitrary
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst authored May 12, 2024
2 parents 5cee216 + 4ffc6db commit a946657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/consensus/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use alloy_rlp::{Decodable, Encodable, Header};
any(test, feature = "arbitrary"),
derive(proptest_derive::Arbitrary, arbitrary::Arbitrary)
)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub enum Request {
/// An [EIP-6110] deposit request.
///
Expand Down

0 comments on commit a946657

Please sign in to comment.