Page MenuHomePhabricator

wallet: Make WalletInitInterface and DummyWalletInit private
ClosedPublic

Authored by Fabien on Jan 8 2019, 22:45.

Details

Summary

Backport 1/2 of core PR12836 (commit 39bc2fa)

Test Plan
make check
bitcoin-qt --help

Ensure that bitcoind and bitcoin-qt can execute

Diff Detail

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

Event Timeline

jasonbcox requested changes to this revision.Jan 8 2019, 23:45
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
src/qt/bitcoin.cpp
39 ↗(On Diff #6562)

This line doesn't appear in the original PR. Is there a missing backport that should be done before this one?

There are a couple removals of #include "wallet/init.h" that aren't here as well, hinting to a similar thing.

This revision now requires changes to proceed.Jan 8 2019, 23:45
Fabien requested review of this revision.Jan 9 2019, 06:58
Fabien added inline comments.
src/qt/bitcoin.cpp
39 ↗(On Diff #6562)

Yes, there is a missing backport : PR10244.
I think there won't be too much conflicts due to these includes, so better fix the help issue now even if the backports are not strictly ordered.

jasonbcox added inline comments.
src/qt/bitcoin.cpp
39 ↗(On Diff #6562)

Noted. T417

This revision is now accepted and ready to land.Jan 9 2019, 07:31
This revision was automatically updated to reflect the committed changes.