Files
bitcoin/src/wallet
Lőrinc 409b2d8475 wallet: check BDB last page LSN
The BDB metadata field `last_page` stores the last valid page number, not the number of pages.
The read-only wallet migration parser currently checks reset LSNs with a half-open loop, so it skips the final page and may accept a database whose last page still depends on BDB log files.

Github-Pull: #35227
Rebased-From: e2b0984f99
2026-05-11 11:23:08 +01:00
..
2026-05-11 11:23:08 +01:00