mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: replace BatchBlockExecutionOutput by BundleStateWithReceipts (#8709)
This commit is contained in:
@ -345,6 +345,7 @@ mod tests {
|
||||
BundleState::default(),
|
||||
vec![deposit_tx_receipt, withdrawal_tx_receipt].into(),
|
||||
block.number,
|
||||
vec![block.requests.clone().unwrap_or_default()],
|
||||
),
|
||||
None,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user