diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -5,3 +5,10 @@ This release includes the following features and fixes: + +Updated RPCs +------------ + +- `walletprocesspsbt` and `walletcreatefundedpsbt` now include BIP 32 + derivation paths by default for public keys if we know them. This can be + disabled by setting `bip32derivs` to `false`. diff --git a/doc/release-notes/release-notes-0.22.5.md b/doc/release-notes/release-notes-0.22.5.md --- a/doc/release-notes/release-notes-0.22.5.md +++ b/doc/release-notes/release-notes-0.22.5.md @@ -20,9 +20,6 @@ `window_final_block_height`. - The `getnetworkinfo` and `getpeerinfo` commands now contain a new `servicesnames` field with decoded network service flags. -- `walletprocesspsbt` and `walletcreatefundedpsbt` now include BIP 32 - derivation paths by default for public keys if we know them. This can be - disabled by setting `bip32derivs` to `false`. Updated settings ----------------