Backport 1/2 of core PR12836 (commit 39bc2fa)
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGb7174c604d34: wallet: Make WalletInitInterface and DummyWalletInit private
rABCb7174c604d34: wallet: Make WalletInitInterface and DummyWalletInit private
make check bitcoin-qt --help
Ensure that bitcoind and bitcoin-qt can execute
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- PR12836_part1
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4450 Build 6964: Bitcoin ABC Buildbot (legacy) Build 6963: arc lint + arc unit
Event Timeline
src/qt/bitcoin.cpp | ||
---|---|---|
39 | 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. |
src/qt/bitcoin.cpp | ||
---|---|---|
39 | Yes, there is a missing backport : PR10244. |