From 4dd891842cc9731c4e4a56eef269353bc0fcf9fa Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 31 Jul 2023 14:37:47 -0700 Subject: [PATCH] ter-codes - alphabetize --- .../transactions/transaction-results/ter-codes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/references/protocol-reference/transactions/transaction-results/ter-codes.md b/content/references/protocol-reference/transactions/transaction-results/ter-codes.md index 15a68033cd..e9f86c735c 100644 --- a/content/references/protocol-reference/transactions/transaction-results/ter-codes.md +++ b/content/references/protocol-reference/transactions/transaction-results/ter-codes.md @@ -13,7 +13,7 @@ These codes indicate that the transaction has not been [applied](consensus.html) | Code | Explanation | |:-----------------|:----------------------------------------------------------| -| `terSUBMITTED` | Transaction has been submitted, but not yet applied. | +| `terFUNDS_SPENT` | **DEPRECATED.** | | `terINSUF_FEE_B` | The account sending the transaction does not have enough XRP to pay the `Fee` specified in the transaction. | | `terLAST` | Used internally only. This code should never be returned. | | `terNO_ACCOUNT` | The address sending the transaction is not funded in the ledger (yet). | @@ -25,7 +25,7 @@ These codes indicate that the transaction has not been [applied](consensus.html) | `terPRE_TICKET` | The transaction attempted to use a [Ticket](tickets.html), but the specified `TicketSequence` number does not exist in the ledger. However, the Ticket could still be created by another transaction. | | `terQUEUED` | The transaction met the load-scaled [transaction cost](transaction-cost.html) but did not meet the open ledger requirement, so the transaction has been queued for a future ledger. | | `terRETRY` | Unspecified retriable error. | -| `terFUNDS_SPENT` | **DEPRECATED.** | +| `terSUBMITTED` | Transaction has been submitted, but not yet applied. | {% include '_snippets/rippled-api-links.md' %}