diff --git a/doc/release-notes-14477.md b/doc/release-notes-14477.md deleted file mode 100644 --- a/doc/release-notes-14477.md +++ /dev/null @@ -1,5 +0,0 @@ -Miscellaneous RPC changes ------------- - -- `getaddressinfo` now reports `solvable`, a boolean indicating whether all information necessary for signing is present in the wallet (ignoring private keys). -- `getaddressinfo`, `listunspent`, and `scantxoutset` have a new output field `desc`, an output descriptor that encapsulates all signing information and key paths for the address (only available when `solvable` is true for `getaddressinfo` and `listunspent`). diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -12,4 +12,10 @@ blockhash is provided, check the corresponding block. 2. If no blockhash is provided, check the mempool. 3. If no blockhash is provided but txindex is enabled, also check txindex. - +- `getaddressinfo` now reports `solvable`, a boolean indicating whether + all information necessary for signing is present in the wallet + (ignoring private keys). +- `getaddressinfo`, `listunspent`, and `scantxoutset` have a new output + field `desc`, an output descriptor that encapsulates all signing information + and key paths for the address (only available when `solvable` is true for + `getaddressinfo` and `listunspent`).