Skip to content

Commit cb3511b

Browse files
committed
Add release notes for importing key origin info change
1 parent 4c75a69 commit cb3511b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/release-notes-14021.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Miscellaneous RPC Changes
2+
-------------------------
3+
- Descriptors with key origin information imported through `importmulti` will have their key origin information stored in the wallet for use with creating PSBTs.
4+
- If `bip32derivs` of both `walletprocesspsbt` and `walletcreatefundedpsbt` is set to true but the key metadata for a public key has not been updated yet, then that key will have a derivation path as if it were just an independent key (i.e. no derivation path and its master fingerprint is itself)
5+
6+
Miscellaneous Wallet changes
7+
----------------------------
8+
9+
- The key metadata will need to be upgraded the first time that the HD seed is available.
10+
For unencrypted wallets this will occur on wallet loading.
11+
For encrypted wallets this will occur the first time the wallet is unlocked.

0 commit comments

Comments
 (0)