3
0
mirror of https://github.com/Qortal/AT.git synced 2025-01-30 02:42:14 +00:00
Automated Transactions
Go to file
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
docs correct test 3 output for bor dat 2018-08-26 15:11:59 +08:00
Java Correct bounds check in FunctionCode.getHashData() 2020-04-14 14:56:40 +01:00
README.md Initial commit 2016-02-15 00:34:00 +08:00

AT

Automated Transactions