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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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. |
src/qt/bitcoin.cpp | ||
---|---|---|
39 ↗ | (On Diff #6562) | Yes, there is a missing backport : PR10244. |