Skip to content
New issue

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

1825: Remove InvalidHotWallet Error from gateway_balances RPC handler #1830

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

nkramer44
Copy link

@nkramer44 nkramer44 commented Jan 14, 2025

Fixes #1825 by removing the check in the gateway_balances RPC handler that returns the RpcInvalidHotWallet error code if one of the addresses supplied in the request's hotwallet array does not have a trustline with the account from the request.

As stated in the original ticket, this change fixes a discrepancy in behavior between Clio and rippled, as rippled does not check for trustline existence when handling gateway_balances RPCs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gateway_balances introduces breaking change to API V1 due to invalidHotWallet return code (Version: 2.3.0)
1 participant