diff options
author | Andrew Chow <achow101-github@achow101.com> | 2022-08-11 15:59:01 -0400 |
---|---|---|
committer | Andrew Chow <github@achow101.com> | 2022-08-29 17:30:38 -0400 |
commit | 53e7ed075c49f853cc845afc7b2f058cabad0cb0 (patch) | |
tree | f11a23ef2dcb7cc531ba47993ba61f00999cc8f1 /doc/release-notes-19602.md | |
parent | 9c44bfe244f35f08ba576d8b979a90dcd68d2c77 (diff) |
doc: Release notes and other docs for migration
Diffstat (limited to 'doc/release-notes-19602.md')
-rw-r--r-- | doc/release-notes-19602.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes-19602.md b/doc/release-notes-19602.md new file mode 100644 index 0000000000..61d6aa8ca9 --- /dev/null +++ b/doc/release-notes-19602.md @@ -0,0 +1,9 @@ +Wallet +====== + +Migrating Legacy Wallets to Descriptor Wallets +--------------------------------------------- + +An experimental RPC `migratewallet` has been added to migrate Legacy (non-descriptor) wallets to +Descriptor wallets. More information about the migration process is available in the +[documentation](https://github.com/bitcoin/bitcoin/blob/master/doc/managing-wallets.md#migrating-legacy-wallets-to-descriptor-wallets). |