This add a "format" field to the output of getwalletinfo. The possible values are bdb or sqlite.
This is a backport of core#20125
Depends on D10571
Differential D10576
rpc, wallet: Expose database format in getwalletinfo PiRK on Nov 26 2021, 16:36. Authored by Tags None Subscribers None
Details
This add a "format" field to the output of getwalletinfo. The possible values are bdb or sqlite. This is a backport of core#20125 ninja all check-all
Diff Detail
Event TimelineComment Actions move this before D10568, update the test accordingly to find descriptor wallet formats to be "bdb". That way, we have a test that will be explicitely affected by switching the descriptor wallets to use sqlite. |