chore: bump revm 19.2 (#13667)

This commit is contained in:
Matthias Seitz
2025-01-06 17:37:40 +01:00
committed by GitHub
parent bd345378b6
commit 09f2f4adfe
5 changed files with 7 additions and 7 deletions

View File

@ -107,7 +107,7 @@ impl OpReceiptFieldsBuilder {
mut self,
chain_spec: &OpChainSpec,
tx: &OpTransactionSigned,
l1_block_info: revm::L1BlockInfo,
mut l1_block_info: revm::L1BlockInfo,
) -> Result<Self, OpEthApiError> {
let raw_tx = tx.encoded_2718();
let timestamp = self.block_timestamp;