diff --git a/core/vm/operations_acl.go b/core/vm/operations_acl.go index 28bad7036c..92e97298c2 100644 --- a/core/vm/operations_acl.go +++ b/core/vm/operations_acl.go @@ -235,7 +235,6 @@ func makeSelfdestructGasFn(refundsEnabled bool) gasFunc { return gas, nil } } - // if empty and transfers value if evm.StateDB.Empty(address) && evm.StateDB.GetBalance(contract.Address()).Sign() != 0 { gas += params.CreateBySelfdestructGas