Skip to content

Commit

Permalink
Burn base fees
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamc1 committed Sep 8, 2023
1 parent 4c9c9cf commit 5083177
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ain-evm/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,6 @@ impl EVMServices {
);

// burn base fee and pay priority fee to miner
executor
.backend
.add_balance(H160::zero(), total_burnt_fees)?;
executor
.backend
.add_balance(beneficiary, total_priority_fees)?;
Expand Down

0 comments on commit 5083177

Please sign in to comment.