diff --git a/silkworm/core/execution/processor.cpp b/silkworm/core/execution/processor.cpp index 053bc488b7..f514e5ec8a 100644 --- a/silkworm/core/execution/processor.cpp +++ b/silkworm/core/execution/processor.cpp @@ -261,6 +261,7 @@ void ExecutionProcessor::execute_transaction(const Transaction& txn, Receipt& re } CallResult ExecutionProcessor::call(const Transaction& txn, const std::vector>& tracers, bool refund) noexcept { + (void)refund; const std::optional sender{txn.sender()}; SILKWORM_ASSERT(sender); @@ -303,10 +304,8 @@ CallResult ExecutionProcessor::call(const Transaction& txn, const std::vector= base_fee_per_gas ? txn.priority_fee_per_gas(base_fee_per_gas)