42e0fc74b0
Even though transfer IDs are incremental in the form 1.11.x where x is the number that increments for each transfer, the field is a string and that causes errors when doing the comparisons because the string 9 is 'greater' than 123456789 so instead of doing the string comparison we had to convert the ID to a long number and only then do the comparison to make sure the transactions are correctly ordered. |
||
---|---|---|
.. | ||
schemas/cy.agorise.bitsybitshareswallet.database.BitsyDatabase | ||
src | ||
.gitignore | ||
build.gradle | ||
proguard-rules.pro |