Files
xahau.js/test/fixtures/rippled/pathFindSrcActNotFound.json
Mayukha Vadari f9fe5936b1 refactor: rename all test files to camelCase (#1562)
* rename files to camelCase

* fix imports

* more renames

* pull all client tests out of individual folders

* fix imports

* fix tests
2021-10-04 14:10:10 -04:00

21 lines
500 B
JSON

{
"error": "srcActNotFound",
"error_code": 58,
"error_message": "Source account not found.",
"id": 0,
"request": {
"command": "path_find",
"destination_account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
"destination_amount": {
"currency": "USD",
"issuer": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
"value": "5"
},
"id": 1,
"source_account": "rajTAg3hon5Lcu1RxQQPxTgHvqfhc1EaUS",
"subcommand": "create"
},
"status": "error",
"type": "response"
}