2881 | @@ -2882,7 +2882,7 @@ static RPCHelpMan listunspent()
2882 | {RPCResult::Type::NUM, "confirmations", "The number of confirmations"},
2883 | {RPCResult::Type::STR_HEX, "redeemScript", "The redeemScript if scriptPubKey is P2SH"},
2884 | {RPCResult::Type::STR, "witnessScript", "witnessScript if the scriptPubKey is P2WSH or P2SH-P2WSH"},
2885 | - {RPCResult::Type::BOOL, "spendable", "Whether we have the private keys to spend this output"},
2886 | + {RPCResult::Type::BOOL, "spendable", "Whether we have the private keys to spend this output. Native descriptor wallets will always return true irregardless of whether the wallet holds private keys for the output"},
Echoing @prayank23's very good feedback, which is simultaneously more correct and shorter.
{RPCResult::Type::BOOL, "spendable", "Whether we have the private keys to spend this output. Native descriptor wallets will always return true regardless of the wallet having private keys for the output."},
nit, as the addition is a full sentence, it makes sense to use sentence punctuation here.