mirror of
https://github.com/Qortal/AT.git
synced 2025-02-11 17:55:52 +00:00
The test "functionData.value2 > state.numDataPages" was incorrect because value2 contains a a BYTE count, so could be up to 8 times bigger than state.numDataPages! Reverted back to looser check of "functionData.value2 > Integer.MAX_VALUE"