Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APIv2(account_info): handle invalid "signer_lists" value (XRPLF#4585)
When requesting `account_info` with an invalid `signer_lists` value, the API should return an "invalidParams" error. `signer_lists` should have a value of type boolean. If it is not a boolean, then it is invalid input. The response now indicates that. * This is an API breaking change, so the change is only reflected for requests containing `"api_version": 2` * Fix XRPLF#4539
- Loading branch information