mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
report transactions as validated in account_tx (#165)
This commit is contained in:
@@ -179,6 +179,7 @@ doAccountTx(Context const& context)
|
||||
obj[JS(ledger_index)] = txnPlusMeta.ledgerSequence;
|
||||
obj[JS(date)] = txnPlusMeta.date;
|
||||
}
|
||||
obj[JS(validated)] = true;
|
||||
|
||||
txns.push_back(obj);
|
||||
if (!minReturnedIndex || txnPlusMeta.ledgerSequence < *minReturnedIndex)
|
||||
|
||||
Reference in New Issue
Block a user