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
Related PR: XRPLF/clio#1830
Code snippet: https://github.com/XRPLF/rippled/blob/develop/src/xrpld/rpc/handlers/GatewayBalances.cpp#L129
rippled does not check the trustline of hotwallet. In PR1830, Clio also removed such check. hot wallet's balance can be 0 sometimes.
When format of hotwallet field is invalid: api version 1 returns invalidHotWallet api version >1 returns invalidParams
hotwallet
invalidHotWallet
invalidParams
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related PR:
XRPLF/clio#1830
Code snippet:
https://github.com/XRPLF/rippled/blob/develop/src/xrpld/rpc/handlers/GatewayBalances.cpp#L129
rippled does not check the trustline of hotwallet. In PR1830, Clio also removed such check. hot wallet's balance can be 0 sometimes.
When format of
hotwallet
field is invalid:api version 1 returns
invalidHotWallet
api version >1 returns
invalidParams
The text was updated successfully, but these errors were encountered: