From 4769a870219e9cf0fb5a366b2638e9e06244d44d Mon Sep 17 00:00:00 2001 From: dapplion <35266934+dapplion@users.noreply.github.com> Date: Sat, 28 Sep 2024 13:46:00 +0200 Subject: [PATCH] lint --- src/execute.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/execute.rs b/src/execute.rs index 5e3623f..851706f 100644 --- a/src/execute.rs +++ b/src/execute.rs @@ -253,6 +253,7 @@ where } } +#[allow(clippy::too_many_arguments)] pub(crate) fn gnosis_post_block_system_calls( chain_spec: &ChainSpec, evm_config: &EvmConfig, @@ -291,7 +292,7 @@ where let withdrawals = withdrawals.ok_or(BlockExecutionError::Other( "block has no withdrawals field".to_owned().into(), ))?; - apply_withdrawals_contract_call(evm_config, &chain_spec, withdrawals, &mut evm)?; + apply_withdrawals_contract_call(evm_config, chain_spec, withdrawals, &mut evm)?; } let balance_increments = apply_block_rewards_contract_call(