Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING6a4262702c89: tests: remove unused includes in tests
rABC6a4262702c89: tests: remove unused includes in tests
ninja all check
Run the Gitian builds.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.
Comment Actions
Appears to be missing changes in pow_tests.cpp and raii_event_tests.cpp
src/test/txvalidation_tests.cpp | ||
---|---|---|
9 โ | (On Diff #17145) | Is txmempool.h still needed here? |
src/test/txvalidation_tests.cpp | ||
---|---|---|
9 โ | (On Diff #17145) | Yes, validation.h has a forward declaration for CTXMemPool but it needs the definition at the source level. I don't know what indirect inclusion core has to make it build (Note: current core master has it included in validation.h but from a later commit). |