Skip to content

Commit e30d928

Browse files
committed
Merge #9663: [RPC] clarify listunspent amount description
3eba88d clarify listunspent amount description (Gregory Sanders)
2 parents 77bd8c4 + 3eba88d commit e30d928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,7 @@ UniValue listunspent(const JSONRPCRequest& request)
24162416
" \"address\" : \"address\", (string) the bitcoin address\n"
24172417
" \"account\" : \"account\", (string) DEPRECATED. The associated account, or \"\" for the default account\n"
24182418
" \"scriptPubKey\" : \"key\", (string) the script key\n"
2419-
" \"amount\" : x.xxx, (numeric) the transaction amount in " + CURRENCY_UNIT + "\n"
2419+
" \"amount\" : x.xxx, (numeric) the transaction output amount in " + CURRENCY_UNIT + "\n"
24202420
" \"confirmations\" : n, (numeric) The number of confirmations\n"
24212421
" \"redeemScript\" : n (string) The redeemScript if scriptPubKey is P2SH\n"
24222422
" \"spendable\" : xxx, (bool) Whether we have the private keys to spend this output\n"

0 commit comments

Comments
 (0)