Skip to content

Commit

Permalink
partially revert "[Trivial] RPC help formatting updates #1670" (#1711)
Browse files Browse the repository at this point in the history
"duffs" -> "satoshis" for field names
  • Loading branch information
UdjinM6 authored Nov 2, 2017
1 parent ceda3ab commit a5f99ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rpc/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a5f99ef

Please sign in to comment.