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 f46bf2e commit 49b05b6Copy full SHA for 49b05b6
core/vm/interpreter.go
@@ -63,7 +63,7 @@ type EVMInterpreter struct {
63
table *JumpTable
64
65
hasher crypto.KeccakState // Keccak256 hasher instance shared across opcodes
66
- hasherBuf common.Hash // Keccak256 hasher result array shared across opcodes
+ hasherBuf common.Hash // Keccak256 hasher result array shared aross opcodes
67
68
readOnly bool // Whether to throw on stateful modifications
69
returnData []byte // Last CALL's return data for subsequent reuse
0 commit comments