diff options
author | Andrew Chow <github@achow101.com> | 2023-06-21 16:33:12 -0400 |
---|---|---|
committer | Andrew Chow <github@achow101.com> | 2023-06-27 11:08:06 -0400 |
commit | 3c83b1d884b419adece95b335b6e956e7459a7ef (patch) | |
tree | 807cf419296ea00a0f51a428706e4555b9a6356f /doc | |
parent | 2636844f5353797a0b8e40a879652a0d345172ad (diff) |
doc: Add release note for wallet loading changes
Co-Authored-By: Ryan Ofsky <ryan@ofsky.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-24914.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes-24914.md b/doc/release-notes-24914.md new file mode 100644 index 0000000000..505d356fce --- /dev/null +++ b/doc/release-notes-24914.md @@ -0,0 +1,9 @@ +Wallet +------ + +- Wallet loading has changed in this release. Wallets with some corrupted records that could be + previously loaded (with warnings) may no longer load. For example, wallets with corrupted + address book entries may no longer load. If this happens, it is recommended + load the wallet in a previous version of Bitcoin Core and import the data into a new wallet. + Please also report an issue to help improve the software and make wallet loading more robust + in these cases. |