Skip to content

Commit

Permalink
remove CREATE from sharding opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
NIC619 committed Jan 14, 2018
1 parent 550c85e commit dfee0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/vm/forks/sharding/opcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
SHARDING_OPCODES = merge(
copy.deepcopy(BYZANTIUM_OPCODES),
NEW_OPCODES
)
).pop(opcode_values.CREATE)

0 comments on commit dfee0ae

Please sign in to comment.