clarifying comment

This commit is contained in:
Jared Wasinger 2026-01-05 14:46:17 +09:00
parent 83180bed8c
commit cfaa550295

View file

@ -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