From ae25892c8aac066ce7b4d6d0cb5044732a3bd82e Mon Sep 17 00:00:00 2001 From: MariusVanDerWijden Date: Mon, 13 Jul 2026 12:08:02 +0200 Subject: [PATCH] core: undo unnecessary fix --- core/state_transition.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state_transition.go b/core/state_transition.go index b90e26dcda..48a1bcd842 100644 --- a/core/state_transition.go +++ b/core/state_transition.go @@ -1079,7 +1079,7 @@ func (st *stateTransition) applyAuthorization(rules params.Rules, auth *types.Se track.written = true } // Durable state growth of the new account - if !st.state.Exist(authority) { + if st.state.Empty(authority) { cost.StateGas += params.AccountCreationSize * st.evm.Context.CostPerStateByte } // Charge the net-new indicator bytes at most once per authority;