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 23616f2 commit efc31a9
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 @@ -25,4 +25,4 @@
SHARDING_OPCODES = merge(
copy.deepcopy(BYZANTIUM_OPCODES),
NEW_OPCODES
)
).pop(opcode_values.CREATE)

0 comments on commit efc31a9

Please sign in to comment.