Skip to content

Commit da938a6

Browse files
authored
fix: opstack ismthus payload changes (#601)
* fix: opstack ismthus payload changes * remove unwrap
1 parent c91af9e commit da938a6

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opstack/src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pub struct ExecutionPayload {
2222
pub withdrawals: VariableList<Withdrawal, typenum::U16>,
2323
pub blob_gas_used: u64,
2424
pub excess_blob_gas: u64,
25+
pub withdrawals_root: B256,
2526
}
2627

2728
pub type Transaction = VariableList<u8, typenum::U1073741824>;

0 commit comments

Comments
 (0)