Skip to content

Commit cde40db

Browse files
committed
Order constants by byte value
1 parent cc33efd commit cde40db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eth/vm/opcode_values.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@
5656
GASPRICE = 0x3a
5757
EXTCODESIZE = 0x3b
5858
EXTCODECOPY = 0x3c
59-
EXTCODEHASH = 0x3f
6059
RETURNDATASIZE = 0x3d
6160
RETURNDATACOPY = 0x3e
62-
61+
EXTCODEHASH = 0x3f
6362

6463
#
6564
# Block Information

0 commit comments

Comments
 (0)