make check
Details
Details
- Reviewers
Fabien deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING695e8e1543b1: reduce code duplication in UpdateFlags
rABC695e8e1543b1: reduce code duplication in UpdateFlags
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- updateflags-simplify
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8512 Build 15023: Default Diff Build & Tests Build 15022: arc lint + arc unit
Event Timeline
src/validation.cpp | ||
---|---|---|
3176 | The idea of having pindexBase here strikes me as odd... but I suppose this is done as some kind of optimization -- it's faster to reject due to nonchanging f(status) than it is to call GetAncestor. |