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
Some of the commands which use the parseAccountItems and parseAccountCurrencies functions to interpret the command line options are too restrictive. Specifically account_info and account_currencies are limited to 2 params max, when they should allow three. (account, ledger, "strict").
Not all of the commands which use the above functions are documented as allowing the "strict" parameter. Audit.
A command that returns the rpc error rpcBAD_SYNTAX does not generate any output. Fix fromCommandLine so that it does.
The text was updated successfully, but these errors were encountered:
The original intent was that RPC error codes were not stable.
But those codes were made available through the API, so some
customers came to depend on the code values. This change
accepts the current state of affairs.
parseAccountItems
andparseAccountCurrencies
functions to interpret the command line options are too restrictive. Specificallyaccount_info
andaccount_currencies
are limited to 2 params max, when they should allow three. (account, ledger, "strict")."strict"
parameter. Audit.rpcBAD_SYNTAX
does not generate any output. FixfromCommandLine
so that it does.The text was updated successfully, but these errors were encountered: