Skip to content

Commit

Permalink
bugfix: restore field dropped in #117
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Aug 25, 2023
1 parent e01daed commit 6d42b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mev-rs/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,5 +380,7 @@ pub struct BidTrace {
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub struct SignedBidSubmission {
pub message: BidTrace,
// TODO: support multiple forks
pub execution_payload: capella::ExecutionPayload,
pub signature: BlsSignature,
}

0 comments on commit 6d42b70

Please sign in to comment.