We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d9253 commit 556888cCopy full SHA for 556888c
core/vm/gas.go
@@ -30,7 +30,7 @@ const (
30
GasExtStep uint64 = 20
31
)
32
33
-// calcGas returns the actual gas cost of the call.
+// callGas returns the actual gas cost of the call.
34
//
35
// The cost of gas was changed during the homestead price change HF.
36
// As part of EIP 150 (TangerineWhistle), the returned gas is gas - base * 63 / 64.
0 commit comments