good morning!!!!

Skip to content
Snippets Groups Projects
Commit 56559c55 authored by Ali Atiia's avatar Ali Atiia Committed by Igor Mandrigin
Browse files

core/vm: fix method doc (#20730)

typo in func name in the comment
parent dbbef06b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment