Make BlockManager::LoadBlockIndex private

This commit is contained in:
MarcoFalke
2022-04-19 11:59:09 +02:00
parent 907659770b
commit fa1970f075
2 changed files with 7 additions and 9 deletions

View File

@@ -837,7 +837,6 @@ private:
bool m_snapshot_validated{false};
CBlockIndex* m_best_invalid;
friend bool node::BlockManager::LoadBlockIndex(const Consensus::Params&);
//! Internal helper for ActivateSnapshot().
[[nodiscard]] bool PopulateAndValidateSnapshot(