mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-18 18:54:35 -05:00
chore: bump revm 19.2 (#13667)
This commit is contained in:
@@ -324,7 +324,7 @@ where
|
||||
propagate,
|
||||
} = outcome
|
||||
{
|
||||
let l1_block_info = self.block_info.l1_block_info.read().clone();
|
||||
let mut l1_block_info = self.block_info.l1_block_info.read().clone();
|
||||
|
||||
let mut encoded = Vec::with_capacity(valid_tx.transaction().encoded_length());
|
||||
let tx = valid_tx.transaction().clone_into_consensus();
|
||||
|
||||
Reference in New Issue
Block a user