From e2236f9b4ffa1e45de1362b27c602b20a1d4275f Mon Sep 17 00:00:00 2001 From: Edward Hennis Date: Tue, 31 Mar 2020 16:01:10 -0400 Subject: [PATCH] tx: clarify `txnNotFound` error description: * The word "older" can cause confusion, and is not necessary. The missing ledger could be just a few seconds old, or if the node is behind, even in the future. --- .../public-rippled-methods/transaction-methods/tx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md index d8457497d7..0d38f240f8 100644 --- a/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md +++ b/content/references/rippled-api/public-rippled-methods/transaction-methods/tx.md @@ -271,7 +271,7 @@ _JSON-RPC_ * Any of the [universal error types][]. * `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing. -* `txnNotFound` - Either the transaction does not exist, or it was part of an older ledger version that `rippled` does not have available. +* `txnNotFound` - Either the transaction does not exist, or it was part of an ledger version that `rippled` does not have available. * `excessiveLgrRange` - The `min_ledger` and `max_ledger` fields of the request are more than 1000 apart. * `invalidLgrRange` - The specified `min_ledger` is larger than the `max_ledger`, or one of those parameters is not a valid ledger index.