Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Sep 23, 2024
1 parent 7125556 commit 0f8f5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silkworm/core/execution/processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ CallResult ExecutionProcessor::execute(const Transaction& txn, Receipt& receipt,
}

rule_set_.add_fee_transfer_log(state_, amount, *sender, sender_initial_balance,
evm_.beneficiary, recipient_initial_balance);
evm_.beneficiary, recipient_initial_balance);

for (auto& tracer : evm_.tracers()) {
tracer.get().on_reward_granted(vm_res, state_);
Expand Down

0 comments on commit 0f8f5f0

Please sign in to comment.