File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments