Page MenuHomePhabricator

refactor: Use DatabaseStatus and DatabaseOptions types
ClosedPublic

Authored by PiRK on Sep 30 2021, 13:31.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC97efc9047ebf: refactor: Use DatabaseStatus and DatabaseOptions types
Summary

No changes in behavior. Just replaces arguments and return types

This is a backport of core#19619 [3/8]
https://github.com/bitcoin/bitcoin/pull/19619/commits/0d94e6062547f288a75921d2433458a44a5f2297

Depends on D10225

Test Plan

ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Sep 30 2021, 13:31
Fabien requested changes to this revision.Sep 30 2021, 20:58
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/wallet/wallet.cpp
347 ↗(On Diff #30236)

Don't remove the error message. Also this is a hint that there is no test for this message.

This revision now requires changes to proceed.Sep 30 2021, 20:58

add the error message that was accidentaly removed.i

I try to will look into adding the missing test, if it is possible at all to reach this branch.

This revision is now accepted and ready to land.Oct 1 2021, 08:12