From e897a1267f18ebc86a7d6190d164aa2140267755 Mon Sep 17 00:00:00 2001 From: Kartik Chopra Date: Mon, 25 Nov 2024 13:08:27 -0500 Subject: [PATCH] chore: remove comment --- core/state_transition.go | 1 - 1 file changed, 1 deletion(-) 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 {