Skip to content

Commit

Permalink
Order constants by byte value
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Aug 17, 2018
1 parent cc33efd commit cde40db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eth/vm/opcode_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@
GASPRICE = 0x3a
EXTCODESIZE = 0x3b
EXTCODECOPY = 0x3c
EXTCODEHASH = 0x3f
RETURNDATASIZE = 0x3d
RETURNDATACOPY = 0x3e

EXTCODEHASH = 0x3f

#
# Block Information
Expand Down

0 comments on commit cde40db

Please sign in to comment.