core/vm: fix method doc (#20730)

typo in func name in the comment
release/1.9
Ali Atiia 5 years ago committed by GitHub
parent 01d92531ee
commit 556888c4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/vm/gas.go

@ -30,7 +30,7 @@ const (
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.
// As part of EIP 150 (TangerineWhistle), the returned gas is gas - base * 63 / 64.

Loading…
Cancel
Save