Skip to content

Commit

Permalink
fix: test_block_reader_pending now passes
Browse files Browse the repository at this point in the history
  • Loading branch information
voidash committed Jan 15, 2025
1 parent 0c7e297 commit f051ebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ mod tests {
provider.canonical_in_memory_state.set_pending_block(ExecutedBlock {
recovered_block: Arc::new(RecoveredBlock::new_sealed(
block.clone(),
Default::default(),
block.senders().unwrap(),
)),
execution_output: Default::default(),
hashed_state: Default::default(),
Expand Down

0 comments on commit f051ebf

Please sign in to comment.