3
0
mirror of https://github.com/Qortal/AT.git synced 2025-02-11 09:45:52 +00:00
catbref aadf987514 Correct bounds check in FunctionCode.getHashData()
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"
2020-04-14 14:56:40 +01:00
2018-08-26 15:11:59 +08:00
2016-02-15 00:34:00 +08:00

AT

Automated Transactions

Description
Automated Transactions
Readme 355 KiB
Languages
Java 100%