onflow / ledger-app-flow

Apache License 2.0
10 stars 12 forks source link

Fix json_matchOptionalArray tokenIdx validation #57

Closed relatko closed 3 years ago

relatko commented 3 years ago

Adds missing tokenIdx test in json_matchOptionalArray. Plus, changed the test from >= to !(<), which makes them easier to comprehend (in all parser_impl functions). Related to recently merged pull request: https://github.com/LedgerHQ/app-flow/pull/10

relatko commented 3 years ago

Included in LedgerHQ/master. To be merged from there.