mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-20 14:59:26 +00:00
parent
01d92531ee
commit
556888c4a9
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const (
|
||||||
GasExtStep uint64 = 20
|
GasExtStep uint64 = 20
|
||||||
)
|
)
|
||||||
|
|
||||||
// calcGas returns the actual gas cost of the call.
|
// callGas returns the actual gas cost of the call.
|
||||||
//
|
//
|
||||||
// The cost of gas was changed during the homestead price change HF.
|
// The cost of gas was changed during the homestead price change HF.
|
||||||
// As part of EIP 150 (TangerineWhistle), the returned gas is gas - base * 63 / 64.
|
// As part of EIP 150 (TangerineWhistle), the returned gas is gas - base * 63 / 64.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue