We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31f2750 + e40a174 commit e21b212Copy full SHA for e21b212
1 file changed
core/vm/opcodes.go
@@ -89,7 +89,7 @@ const (
89
90
// 0x40 range - block operations.
91
const (
92
- BLOCKHASH OpCode = 0x40 + iota
+ BLOCKHASH OpCode = 0x40
93
COINBASE OpCode = 0x41
94
TIMESTAMP OpCode = 0x42
95
NUMBER OpCode = 0x43
0 commit comments