From c0d7cd788107c6078d931a2b7223397c1e3cdaae Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Thu, 2 Nov 2023 16:09:08 -0700 Subject: [PATCH] account_tx only returns validated transactions Per https://github.com/XRPLF/rippled/pull/4775#discussion_r1380587801 this command only returns transactions from validated ledgers, so this clarifies that detail --- .../public-api-methods/account-methods/account_tx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md b/content/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md index 06e7e581c34..7ff5914baf8 100644 --- a/content/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md +++ b/content/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md @@ -1,7 +1,7 @@ --- html: account_tx.html parent: account-methods.html -blurb: Get info about an account's transactions. +blurb: Get a list of transactions affecting an account. labels: - Payments - Accounts @@ -9,7 +9,7 @@ labels: # account_tx [[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/AccountTx.cpp "Source") -The `account_tx` method retrieves a list of transactions that involved the specified account. +The `account_tx` method retrieves a list of validated transactions that involve a given account. ## Request Format