Details
Details
- Reviewers
jasonbcox schancel deadalnix - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGING1846d75b46d1: Seperated CDiskBlockPos from Chain.h into its own .h file and updated .h and .
rABC1846d75b46d1: Seperated CDiskBlockPos from Chain.h into its own .h file and updated .h and .
Executes make check and passes all tests.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- SeperatingDiskBlockPosClass
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3083 Build 4253: Bitcoin ABC Buildbot (legacy) Build 4252: arc lint + arc unit
Event Timeline
src/validation.h | ||
---|---|---|
19 ↗ | (On Diff #4598) | CDiskBlockPos is only used by pointer or ref, please use a forward declaration instead of an include. |
Comment Actions
Removed unnecessary include statement in src/validation.h for CDiskBlockPos and replaced it with forward declaration.
src/validation.h | ||
---|---|---|
19 ↗ | (On Diff #4598) | Ah, you are correct. Consider it fixed. |