Instead of opening the Db handle in BerkeleyBatch, make BerkeleyDatabase
do that.
This is a backport of core#19335 [3/5]
https://github.com/bitcoin/bitcoin/pull/19335/commits/d86efab37002841fd059251672e1ec1a977b743f
Depends on D10035
Differential D10036
walletdb: Move Db->open to BerkeleyDatabase::Open PiRK on Sep 3 2021, 17:08. Authored by
Details
Instead of opening the Db handle in BerkeleyBatch, make BerkeleyDatabase This is a backport of core#19335 [3/5] Depends on D10035 ninja all check-all
Diff Detail
Event TimelineComment Actions The problem was that during conflict resolution I forgot to close a bracket, so the linter indented the rest of the file and changed the layout. I then fixed the indentation issue, but did not notice the layout changes. |