Skip to content

Commit d3661a3

Browse files
committed
[Doc] add missing newline to witnessScript in listunspent help
1 parent f60d029 commit d3661a3

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)