-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
account_info signer_list does not match API response #938
Comments
Yes, signer lists are not part of the |
Does it make sense to move this field as part of the api_version:2 work currently being done on rippled? |
Yes, I think it does. |
This will be addressed in api_version 2. Details: https://github.com/xrplf/rippled/blob/develop/API-CHANGELOG.md |
The docs for the account_info response fields say that
signer_lists
should exist at the root level of the response. However, the actual API response putssigner_lists
underaccount_data
, which is anAccountRoot
object.I'm not sure if this is a bug in the rippled code or in the docs, but it's a bit misleading as is, because the docs for
AccountRoot
do not mentionsigner_lists
.The text was updated successfully, but these errors were encountered: