Skip to content

Commit e21b212

Browse files
authored
Merge pull request #2422 from CortexFoundation/dev
rm useless flag
2 parents 31f2750 + e40a174 commit e21b212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/vm/opcodes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const (
8989

9090
// 0x40 range - block operations.
9191
const (
92-
BLOCKHASH OpCode = 0x40 + iota
92+
BLOCKHASH OpCode = 0x40
9393
COINBASE OpCode = 0x41
9494
TIMESTAMP OpCode = 0x42
9595
NUMBER OpCode = 0x43

0 commit comments

Comments
 (0)