Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Nov 25, 2024
1 parent 193e03c commit e897a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/state_transition.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ func (st *StateTransition) TransitionDb() (*ExecutionResult, error) {
treasuryAccount := common.HexToAddress("0xfA0B0f5d298d28EFE4d35641724141ef19C05684")
bothFees := baseFee.Add(baseFee, priorityFee)

// @shaspitz do we note want to also remove the fee from the sender account, even when we increment the treasury account?
if slices.Contains(st.evm.Config.ZeroFeeAddresses, sender.Address()) {
st.state.AddBalance(sender.Address(), bothFees)
} else {
Expand Down

0 comments on commit e897a12

Please sign in to comment.