Skip to content

Commit 3eba88d

Browse files
committed
clarify listunspent amount description
1 parent b68f898 commit 3eba88d

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
@@ -2402,7 +2402,7 @@ UniValue listunspent(const JSONRPCRequest& request)
24022402
" \"address\" : \"address\", (string) the bitcoin address\n"
24032403
" \"account\" : \"account\", (string) DEPRECATED. The associated account, or \"\" for the default account\n"
24042404
" \"scriptPubKey\" : \"key\", (string) the script key\n"
2405-
" \"amount\" : x.xxx, (numeric) the transaction amount in " + CURRENCY_UNIT + "\n"
2405+
" \"amount\" : x.xxx, (numeric) the transaction output amount in " + CURRENCY_UNIT + "\n"
24062406
" \"confirmations\" : n, (numeric) The number of confirmations\n"
24072407
" \"redeemScript\" : n (string) The redeemScript if scriptPubKey is P2SH\n"
24082408
" \"spendable\" : xxx, (bool) Whether we have the private keys to spend this output\n"

0 commit comments

Comments
 (0)