mirror of
https://github.com/Qortal/AT.git
synced 2025-01-30 19:02:14 +00:00
Fix typo
This commit is contained in:
parent
436a65c281
commit
9a6b49970e
@ -6,7 +6,7 @@ import org.ciyam.at.MachineState;
|
||||
|
||||
public class TestUtils {
|
||||
|
||||
// v3 constants replicated due to private cope in MachineState
|
||||
// v3 constants replicated due to private scope in MachineState
|
||||
public static final int CODE_PAGE_SIZE = 1;
|
||||
public static final int DATA_PAGE_SIZE = MachineState.VALUE_SIZE;
|
||||
public static final int CALL_STACK_PAGE_SIZE = MachineState.ADDRESS_SIZE;
|
||||
|
Loading…
Reference in New Issue
Block a user