Skip to content

Commit

Permalink
fix: default empty proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Oct 7, 2024
1 parent edc1fca commit d78e29a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bolt-boost/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ pub type GetHeaderWithProofsResponse = VersionedResponse<SignedExecutionPayloadH
pub struct SignedExecutionPayloadHeaderWithProofs {
#[serde(flatten)]
pub header: SignedExecutionPayloadHeader,
#[serde(default)]
pub proofs: InclusionProofs,
}

Expand Down

0 comments on commit d78e29a

Please sign in to comment.