Environment: Indexer 2.2.1 / Testnet (Purestake) / Java SDK 1.5.1
API: GET /v2/assets/{asset-id}/balances
Steps to Reproduce:
- Prepare an account with a 0 balance for an ASA token.
- Query for balances of that ASA token with setting “currencyGreaterThan: 0”.
Result: Account with 0 balance is returned incorrectly.
I don’t have a local indexer handy to test whether the problem is isolated to Purestake. If I set the value to 1, it is correctly filtered out. Is this supposed to be gt or gte?