Fix for Issue1765 that clarifies currency format (#1860)

When merged, fixes #1765.
This commit is contained in:
Amarantha Kulkarni
2023-04-07 13:54:34 -07:00
committed by GitHub
parent 86ed60ea88
commit 5794b6fe09

View File

@@ -8,7 +8,7 @@ labels:
# account_lines
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountLines.cpp "Source")
The `account_lines` method returns information about an account's trust lines, including balances in all non-XRP currencies and assets. All information retrieved is relative to a particular version of the ledger.
The `account_lines` method returns information about an account's trust lines, which contain balances in all non-XRP currencies and assets. All information retrieved is relative to a particular version of the ledger.
## Request Format