Page MenuHomePhabricator

Fix outdated comments referring to ::ChainActive()
ClosedPublic

Authored by PiRK on Jul 15 2022, 11:50.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC1b305875768a: Fix outdated comments referring to ::ChainActive()
Summary

Remove also a comment about g_chainstate.
The additional ::ChainActive comment removed in validation.cpp was missed in a backport in D1972.

This is a backport of core#23258

Test Plan
grep -r "::Chain\w*A" ../src/
grep -r "g_chainman" ../src/

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Jul 15 2022, 11:50
PiRK edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Jul 15 2022, 11:54

fix also the last remaining reference to ChainstateActive() (this one is still unfixed in Core)