We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When making the call client.lookupAssetBalances(asset_id).currencyGreaterThan(0).do() the request has no currency-greater-than
client.lookupAssetBalances(asset_id).currencyGreaterThan(0).do()
currency-greater-than
Until #414 is resolved, treat 0 as '0' to get around this issue.
The text was updated successfully, but these errors were encountered:
removeFalsyOrEmpty
shiqizng
Successfully merging a pull request may close this issue.
Problem
When making the call
client.lookupAssetBalances(asset_id).currencyGreaterThan(0).do()
the request has nocurrency-greater-than
Solution
Until #414 is resolved, treat 0 as '0' to get around this issue.
The text was updated successfully, but these errors were encountered: