Skip to content

Commit fa72f7d

Browse files
author
MarcoFalke
committed
[doc] Remove outdated line from listunspent RPC help, fix typo
1 parent ac40ed7 commit fa72f7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2233,7 +2233,7 @@ UniValue settxfee(const UniValue& params, bool fHelp)
22332233
"settxfee amount\n"
22342234
"\nSet the transaction fee per kB. Overwrites the paytxfee parameter.\n"
22352235
"\nArguments:\n"
2236-
"1. amount (numeric or sting, required) The transaction fee in " + CURRENCY_UNIT + "/kB\n"
2236+
"1. amount (numeric or string, required) The transaction fee in " + CURRENCY_UNIT + "/kB\n"
22372237
"\nResult\n"
22382238
"true|false (boolean) Returns true if successful\n"
22392239
"\nExamples:\n"
@@ -2328,8 +2328,6 @@ UniValue listunspent(const UniValue& params, bool fHelp)
23282328
"\nReturns array of unspent transaction outputs\n"
23292329
"with between minconf and maxconf (inclusive) confirmations.\n"
23302330
"Optionally filter to only include txouts paid to specified addresses.\n"
2331-
"Results are an array of Objects, each of which has:\n"
2332-
"{txid, vout, scriptPubKey, amount, confirmations}\n"
23332331
"\nArguments:\n"
23342332
"1. minconf (numeric, optional, default=1) The minimum confirmations to filter\n"
23352333
"2. maxconf (numeric, optional, default=9999999) The maximum confirmations to filter\n"

0 commit comments

Comments
 (0)