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 33afcbb commit 8158724Copy full SHA for 8158724
core/vm/contracts.libevm.go
@@ -53,7 +53,7 @@ type evmCallArgs struct {
53
// args:end
54
}
55
56
-// A CallType references a *CALL* [OpCode] / respective method on [EVM].
+// A CallType refers to a *CALL* [OpCode] / respective method on [EVM].
57
type CallType uint8
58
59
const (
0 commit comments