Fix another instance of incorrectly saying amount is double precision, and s/ZC/ZEC/

This commit is contained in:
Jonathan "Duke" Leto 2018-10-14 06:37:25 -07:00
parent 92b42d287e
commit 5707edd4b1
1 changed files with 1 additions and 1 deletions

View File

@ -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