Merge pull request #1435 from toykam/patch-1

Update currency-formats.md
This commit is contained in:
Rome Reginelli
2022-07-30 02:41:24 -07:00
committed by GitHub

View File

@@ -74,9 +74,9 @@ For example, to represent $153.75 US dollars issued by account `r9cZA1mLK5R5Am25
### Specifying Without Amounts
If you are specifying a token without an amount (typically for defining an order book in the [decentralized exchange](decentralized-exchange.html)) you should specify it a a currency object, but omit the `value` field.
If you are specifying a token without an amount (typically for defining an order book in the [decentralized exchange](decentralized-exchange.html)) you should specify it as a currency object, but omit the `value` field.
If you are specifying XRP without an amount (typically for defining an order book) you should specify it as a JSON object with _only_ a `currency` field. Never include an `issuer` field for XRP.
If you are specifying XRP without an amount (typically for defining an order book), you should specify it as a JSON object with _only_ a `currency` field. Never include an `issuer` field for XRP.
## String Numbers