mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
clarifying comment
This commit is contained in:
parent
83180bed8c
commit
cfaa550295
1 changed files with 2 additions and 0 deletions
|
|
@ -268,6 +268,8 @@ func makeCallVariantGasCallEIP7702(oldCalculatorStateful, oldCalculatorStateless
|
||||||
return 0, ErrOutOfGas
|
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)
|
oldStateful, err := oldCalculatorStateful(evm, contract, stack, mem, memorySize)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return oldStateful, err
|
return oldStateful, err
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue