Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
partial merge bitcoin#26532: wallet: bugfix, invalid crypted key "che…
…cksum_valid" set backports cc5a5e8 only ``` wallet: bugfix, invalid crypted key "checksum_valid" set At wallet load time, we set the crypted key "checksum_valid" variable always to false. Which, on every wallet decryption call, forces the process to re-write the entire ckeys to db when it's not needed. ```
- Loading branch information