Skip to content

Commit

Permalink
Updating visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarev committed Dec 5, 2024
1 parent d9610f2 commit 77a7087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rskj-core/src/main/java/org/ethereum/vm/OpCodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ private OpCodes() {
/**
* (0x5e)
*/
static final byte OP_MCOPY = 0x5e;
public static final byte OP_MCOPY = 0x5e;

/* Push Operations */
/**
Expand Down

0 comments on commit 77a7087

Please sign in to comment.