mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: make clippy happy (#8068)
This commit is contained in:
@ -338,7 +338,7 @@ impl StorageInner {
|
||||
///
|
||||
/// This returns the poststate from execution and post-block changes, as well as the gas used.
|
||||
pub(crate) fn execute<EvmConfig>(
|
||||
&mut self,
|
||||
&self,
|
||||
block: &BlockWithSenders,
|
||||
executor: &mut EVMProcessor<'_, EvmConfig>,
|
||||
) -> Result<(BundleStateWithReceipts, u64), BlockExecutionError>
|
||||
|
||||
Reference in New Issue
Block a user