diff --git a/core/vm/operations_acl.go b/core/vm/operations_acl.go index 03a85e8c76..604422a898 100644 --- a/core/vm/operations_acl.go +++ b/core/vm/operations_acl.go @@ -268,6 +268,8 @@ func makeCallVariantGasCallEIP7702(oldCalculatorStateful, oldCalculatorStateless return 0, ErrOutOfGas } + // calculate the remaining call cost component: a cost paid for the creation of + // a new account if the target was empty. oldStateful, err := oldCalculatorStateful(evm, contract, stack, mem, memorySize) if err != nil { return oldStateful, err