seems like the right thing to do. looks like we're just two small backports away from Core where CBlockIndex is concerned, so give it its own translation unit
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC9c4a4005f423: [refactor] factor CBlockIndex out of chain.h
ninja check check-functional
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/avalanche/test/processor_tests.cpp | ||
---|---|---|
9 ↗ | (On Diff #22393) | this test calls LookupBlockIndex which is still in chain.h this TU includes avalanche/processor.h, which includes blockindexworkcomparator.h which included chain.h up until this diff, so this is needed now |
Comment Actions
moved comment that should've been there in the first place and moved source files to the Server library