Skip to content

Commit 556888c

Browse files
authored
core/vm: fix method doc (#20730)
typo in func name in the comment
1 parent 01d9253 commit 556888c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/gas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
GasExtStep uint64 = 20
3131
)
3232

33-
// calcGas returns the actual gas cost of the call.
33+
// callGas returns the actual gas cost of the call.
3434
//
3535
// The cost of gas was changed during the homestead price change HF.
3636
// As part of EIP 150 (TangerineWhistle), the returned gas is gas - base * 63 / 64.

0 commit comments

Comments
 (0)