mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 23:08:19 -05:00
chore: RecoveredBlock -> Block (#16321)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
@@ -319,7 +319,7 @@ fn run_case(case: &BlockchainTest) -> Result<(), Error> {
|
||||
|
||||
// Now validate using the stateless client if everything else passes
|
||||
for (block, execution_witness) in program_inputs {
|
||||
stateless_validation(block, execution_witness, chain_spec.clone())
|
||||
stateless_validation(block.into_block(), execution_witness, chain_spec.clone())
|
||||
.expect("stateless validation failed");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user