Partial backport of Core PR 102444
https://github.com/bitcoin/bitcoin/pull/10244/commits/e0b66a3b7c5d3a079636d61fcf611bb6b36c7bc1
Progress towards T417
Depends on D2819
Details
Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING11a062c29019: Remove direct bitcoin calls from qt/peertablemodel.cpp
rABC11a062c29019: Remove direct bitcoin calls from qt/peertablemodel.cpp
make check
ninja
bitcoin-qt # sanity checking; check peer table in debug window
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/qt/peertablemodel.cpp | ||
---|---|---|
9 ↗ | (On Diff #8112) | This shouldn't compile. Congratulation, you found a problem in the build system and introduced a new problem. |
Comment Actions
Fixed qt includes. Ongoing discussion in Slack for how to tackle this problem more permanently.
src/qt/peertablemodel.cpp | ||
---|---|---|
97 ↗ | (On Diff #8118) | This needs a rebase |
src/qt/peertablemodel.cpp | ||
---|---|---|
13 ↗ | (On Diff #8176) | Move above <sync.h> to avoid later merge conflicts |