Skip to content

Commit 49b05b6

Browse files
author
Darioush Jalali
committed
Revert "fix comment"
This reverts commit 323f1cf.
1 parent f46bf2e commit 49b05b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/interpreter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ type EVMInterpreter struct {
6363
table *JumpTable
6464

6565
hasher crypto.KeccakState // Keccak256 hasher instance shared across opcodes
66-
hasherBuf common.Hash // Keccak256 hasher result array shared across opcodes
66+
hasherBuf common.Hash // Keccak256 hasher result array shared aross opcodes
6767

6868
readOnly bool // Whether to throw on stateful modifications
6969
returnData []byte // Last CALL's return data for subsequent reuse

0 commit comments

Comments
 (0)