mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-10 05:53:04 +02:00
refactoring: remove unused chainActive
This commit is contained in:
@@ -235,7 +235,6 @@ CChain& ChainActive() { return g_chainstate.m_chain; }
|
||||
RecursiveMutex cs_main;
|
||||
|
||||
BlockMap& mapBlockIndex = g_chainstate.mapBlockIndex;
|
||||
CChain& chainActive = g_chainstate.m_chain;
|
||||
CBlockIndex *pindexBestHeader = nullptr;
|
||||
Mutex g_best_block_mutex;
|
||||
std::condition_variable g_best_block_cv;
|
||||
|
||||
Reference in New Issue
Block a user