Page MenuHomePhabricator

make CChainState::m_params public
AbandonedPublic

Authored by PiRK on Oct 12 2022, 10:31.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

There are functions that pass both the chain state and chain params as arguments. Making the chain params a public member variable will allow some simplifications in the following diffs.

Test Plan

ninja all check-all