From 8a64cf517643fabd25ca792a8c6670b1f87361ec Mon Sep 17 00:00:00 2001 From: Fraser Waters Date: Thu, 2 Apr 2020 16:14:41 +0100 Subject: [PATCH] Missing 0 from 10 in currency-formats.md --- .../references/rippled-api/api-conventions/currency-formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/api-conventions/currency-formats.md b/content/references/rippled-api/api-conventions/currency-formats.md index 0cbb67cf25..613ba7c034 100644 --- a/content/references/rippled-api/api-conventions/currency-formats.md +++ b/content/references/rippled-api/api-conventions/currency-formats.md @@ -13,7 +13,7 @@ The following table summarizes some of the differences between XRP and [issued c | Tracked in [accounts](accountroot.html). | Tracked in [trust lines](ripplestate.html). | | Can never be created; can only be destroyed. | Can be issued or redeemed freely. | | Minimum value: `0`. (Cannot be negative.) | Minimum value: `-9999999999999999e80`. Minimum nonzero absolute value: `1000000000000000e-96`. -| Maximum value `100000000000` (111) XRP. That's `100000000000000000` (1017) "drops". | Maximum value `9999999999999999e80`. | +| Maximum value `100000000000` (1011) XRP. That's `100000000000000000` (1017) "drops". | Maximum value `9999999999999999e80`. | | Precise to the nearest "drop" (0.000001 XRP) | 15 decimal digits of precision. | | Can't be [frozen](freezes.html). | The issuer can [freeze](freezes.html) balances. | | No transfer fees; XRP-to-XRP payments are always direct. | Can take indirect [paths](paths.html) with each issuer charging a percentage [transfer fee](transfer-fees.html). |