From 63a9a8a1a97f1b68c0e60a55dc756638f212bde9 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Fri, 2 Mar 2018 16:53:34 -0800 Subject: [PATCH] Fix request/response in account_tx validated desc --- content/rippled-api-methods/account_tx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rippled-api-methods/account_tx.md b/content/rippled-api-methods/account_tx.md index 26c0cb0290..46cfa320dc 100644 --- a/content/rippled-api-methods/account_tx.md +++ b/content/rippled-api-methods/account_tx.md @@ -568,7 +568,7 @@ The response follows the [standard format](#response-formatting), with a success | `limit` | Integer | The `limit` value used in the request. (This may differ from the actual limit value enforced by the server.) | | `marker` | [(Not Specified)](#markers-and-pagination) | Server-defined value indicating the response is paginated. Pass this to the next call to resume where this call left off. | | `transactions` | Array | Array of transactions matching the request's criteria, as explained below. | -| `validated` | Boolean | If included and set to `true`, the information in this request comes from a validated ledger version. Otherwise, the information is subject to change. | +| `validated` | Boolean | If included and set to `true`, the information in this response comes from a validated ledger version. Otherwise, the information is subject to change. | **Note:** The server may respond with different values of `ledger_index_min` and `ledger_index_max` than you provided in the request, for example if it did not have the versions you specified on hand. @@ -581,7 +581,7 @@ Each transaction object includes the following fields, depending on whether it w | `tx` | Object | (JSON mode only) JSON object defining the transaction | | `tx_blob` | String | (Binary mode only) Unique hashed String representing the transaction. | | `validated` | Boolean | Whether or not the transaction is included in a validated ledger. Any transaction not yet in a validated ledger is subject to change. | - + #### Possible Errors * Any of the [universal error types](#universal-errors).