Skip to content

Commit 4064d04

Browse files
committed
Merge #15425: [Doc] add missing newline to listunspent help for witnessScript
d3661a3 [Doc] add missing newline to witnessScript in listunspent help (David A. Harding) Pull request description: Tree-SHA512: 85bb9c693bac36da0239eb6a1f42c2173d0170d5ff3d4c2fcd8897cfab233ef8c8ebc1eb5591e3dc89d091fde221d77c872f14a1eec201fee4dc83ba788390c3
2 parents 2d03379 + d3661a3 commit 4064d04

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
@@ -2758,7 +2758,7 @@ static UniValue listunspent(const JSONRPCRequest& request)
27582758
" \"scriptPubKey\" : \"key\", (string) the script key\n"
27592759
" \"amount\" : x.xxx, (numeric) the transaction output amount in " + CURRENCY_UNIT + "\n"
27602760
" \"confirmations\" : n, (numeric) The number of confirmations\n"
2761-
" \"redeemScript\" : \"script\" (string) The redeemScript if scriptPubKey is P2SH"
2761+
" \"redeemScript\" : \"script\" (string) The redeemScript if scriptPubKey is P2SH\n"
27622762
" \"witnessScript\" : \"script\" (string) witnessScript if the scriptPubKey is P2WSH or P2SH-P2WSH\n"
27632763
" \"spendable\" : xxx, (bool) Whether we have the private keys to spend this output\n"
27642764
" \"solvable\" : xxx, (bool) Whether we know how to spend this output, ignoring the lack of keys\n"

0 commit comments

Comments
 (0)