And use the opportunity to cleanup checkpoints.cpp in the process.
Details
Details
- Reviewers
schancel Mengerian - Group Reviewers
Restricted Project - Commits
- rSTAGING8e48f8746d8c: Move mapBlockIndex to chain.h
rABC8e48f8746d8c: Move mapBlockIndex to chain.h
make check ../qa/pull-tester/rpc-tests.py
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Did you forget to move the definition of mapBlockIndex from validation.cpp, or is this on purpose? You only moved the declaration in the header file. May also want to add a comment about it being protected by cs_main