Skip to content

Commit

Permalink
Removing TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarev committed Dec 5, 2024
1 parent e430789 commit 05a5db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rskj-core/src/main/java/org/ethereum/vm/OpCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public enum OpCode {
/**
* (0x5e) Memory copying instruction
*/
MCOPY(0x5e, 3, 0, ZERO_TIER), // TODO UPDATE RSKIP
MCOPY(0x5e, 3, 0, ZERO_TIER),

/* Push Operations */
/**
Expand Down

0 comments on commit 05a5db2

Please sign in to comment.