From 5707edd4b123d155dd890aea9166aac81a37883e Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Sun, 14 Oct 2018 06:37:25 -0700 Subject: [PATCH] Fix another instance of incorrectly saying amount is double precision, and s/ZC/ZEC/ --- doc/payment-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/payment-api.md b/doc/payment-api.md index 5d43ed4ac..9ae6c57c9 100644 --- a/doc/payment-api.md +++ b/doc/payment-api.md @@ -39,7 +39,7 @@ RPC parameter conventions: * taddr : Transparent address * zaddr : Private address * address : Accepts both private and transparent addresses. -* amount : JSON format double-precision number with 1 ZC expressed as 1.00000000. +* amount : JSON format decimal number with at most 8 digits of precision, with 1 ZEC expressed as 1.00000000. * memo : Metadata expressed in hexadecimal format. Limited to 512 bytes, the current size of the memo field of a private transaction. Zero padding is automatic. ### Accounting