3
0
mirror of https://github.com/Qortal/AT.git synced 2025-01-30 02:42:14 +00:00
This commit is contained in:
catbref 2020-02-28 17:11:40 +00:00
parent 436a65c281
commit 9a6b49970e

View File

@ -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;