Skip to content

Commit a322f3f

Browse files
abelnfirmianavan
authored andcommitted
core/vm: fix typo in instructions.go (ethereum#16788)
1 parent e25b332 commit a322f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/instructions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ func makePush(size uint64, pushByteSize int) executionFunc {
850850
}
851851
}
852852

853-
// make push instruction function
853+
// make dup instruction function
854854
func makeDup(size int64) executionFunc {
855855
return func(pc *uint64, evm *EVM, contract *Contract, memory *Memory, stack *Stack) ([]byte, error) {
856856
stack.dup(evm.interpreter.intPool, int(size))

0 commit comments

Comments
 (0)