Skip to content

Commit

Permalink
chore: add default to payloadattributes (alloy-rs#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 6, 2024
1 parent 560f052 commit f4db653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc-types-engine/src/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ pub struct ExecutionPayloadBodyV1 {

/// This structure contains the attributes required to initiate a payload build process in the
/// context of an `engine_forkchoiceUpdated` call.
#[derive(Clone, Debug, PartialEq, Eq)]
#[derive(Clone, Debug, Default, PartialEq, Eq)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[cfg_attr(feature = "serde", serde(rename_all = "camelCase"))]
pub struct PayloadAttributes {
Expand Down

0 comments on commit f4db653

Please sign in to comment.