diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 64095a0129..16abc05e40 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -3007,6 +3007,11 @@ static UniValue listunspent(const JSONRPCRequest& request) " \"label\" : \"label\", (string) The associated label, or \"\" for the default label\n" " \"scriptPubKey\" : \"key\", (string) the script key\n" " \"amount\" : x.xxx, (numeric) the transaction output amount in " + CURRENCY_UNIT + "\n" + " \"amountcommitment\" : \"hex\", (string) the transaction output commitment in hex\n" + " \"asset\" : \"hex\", (string) the transaction output asset in hex\n" + " \"assetcommitment\" : \"hex\", (string) the transaction output asset commitment in hex\n" + " \"amountblinder\" : \"hex\", (string) the transaction output amount blinding factor in hex\n" + " \"assetblinder\" : \"hex\", (string) the transaction output asset blinding factor in hex\n" " \"confirmations\" : n, (numeric) The number of confirmations\n" " \"redeemScript\" : \"script\" (string) The redeemScript if scriptPubKey is P2SH\n" " \"witnessScript\" : \"script\" (string) witnessScript if the scriptPubKey is P2WSH or P2SH-P2WSH\n"