validation: replace ::Params() calls with chainstate/chainman member

This commit is contained in:
Anthony Towns
2022-04-15 05:41:19 +10:00
parent 38860f93b6
commit 5c67e84d37
2 changed files with 5 additions and 4 deletions

View File

@@ -498,6 +498,7 @@ public:
node::BlockManager& m_blockman;
/** Chain parameters for this chainstate */
/* TODO: replace with m_chainman.GetParams() */
const CChainParams& m_params;
//! The chainstate manager that owns this chainstate. The reference is