diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index 01c04a6df3..ef7897a560 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -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"