mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
chore(deps): update alloy-evm and alloy-op-evm to 0.26.3 (#21126)
This commit is contained in:
@@ -201,6 +201,10 @@ where
|
||||
self.inner.apply_pre_execution_changes()
|
||||
}
|
||||
|
||||
fn receipts(&self) -> &[Self::Receipt] {
|
||||
self.inner.receipts()
|
||||
}
|
||||
|
||||
fn execute_transaction_without_commit(
|
||||
&mut self,
|
||||
tx: impl ExecutableTx<Self>,
|
||||
|
||||
@@ -37,6 +37,10 @@ where
|
||||
self.inner.apply_pre_execution_changes()
|
||||
}
|
||||
|
||||
fn receipts(&self) -> &[Self::Receipt] {
|
||||
self.inner.receipts()
|
||||
}
|
||||
|
||||
fn execute_transaction_without_commit(
|
||||
&mut self,
|
||||
tx: impl ExecutableTx<Self>,
|
||||
|
||||
Reference in New Issue
Block a user