You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The account_objects API method's type field lets you get only objects of a specific type, but it looks like the Checks amendment (PR #2245) doesn't add checks to the list of types you can filter by:
The
account_objects
API method'stype
field lets you get only objects of a specific type, but it looks like the Checks amendment (PR #2245) doesn't add checks to the list of types you can filter by:https://github.com/ripple/rippled/blob/develop/src/ripple/rpc/impl/RPCHelpers.cpp#L668-L687
As a result, doing
account_objects
with"type": "check"
has no effect; non-check objects get returned alongside checks.The text was updated successfully, but these errors were encountered: