partially revert "[Trivial] RPC help formatting updates #1670" (#1711)

"duffs" -> "satoshis" for field names
This commit is contained in:
UdjinM6 2017-11-02 12:16:00 +03:00 committed by GitHub
parent ceda3abe6f
commit a5f99ef2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -600,7 +600,7 @@ UniValue getaddressmempool(const UniValue& params, bool fHelp)
" \"address\" (string) The base58check encoded address\n"
" \"txid\" (string) The related txid\n"
" \"index\" (number) The related input or output index\n"
" \"duffs\" (number) The difference of duffs\n"
" \"satoshis\" (number) The difference of duffs\n"
" \"timestamp\" (number) The time the transaction entered the mempool (seconds)\n"
" \"prevtxid\" (string) The previous txid (if spending)\n"
" \"prevout\" (string) The previous transaction output index (if spending)\n"
@ -672,7 +672,7 @@ UniValue getaddressutxos(const UniValue& params, bool fHelp)
" \"txid\" (string) The output txid\n"
" \"outputIndex\" (number) The output index\n"
" \"script\" (string) The script hex encoded\n"
" \"duffs\" (number) The number of duffs of the output\n"
" \"satoshis\" (number) The number of duffs of the output\n"
" \"height\" (number) The block height\n"
" }\n"
"]\n"
@ -737,7 +737,7 @@ UniValue getaddressdeltas(const UniValue& params, bool fHelp)
"\nResult:\n"
"[\n"
" {\n"
" \"duffs\" (number) The difference of duffs\n"
" \"satoshis\" (number) The difference of duffs\n"
" \"txid\" (string) The related txid\n"
" \"index\" (number) The related input or output index\n"
" \"blockindex\" (number) The related block index\n"