diff --git a/core/state_transition.go b/core/state_transition.go index cb0aed91f4e2..db4c4eb12100 100644 --- a/core/state_transition.go +++ b/core/state_transition.go @@ -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 {