mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
refactoring: remove unused chainActive
This commit is contained in:
parent
631940aab2
commit
486c1eea86
2 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue