|
|
|
@ -134,9 +134,9 @@ namespace {
@@ -134,9 +134,9 @@ namespace {
|
|
|
|
|
set<CBlockIndex*, CBlockIndexWorkComparator> setBlockIndexCandidates; |
|
|
|
|
/** Number of nodes with fSyncStarted. */ |
|
|
|
|
int nSyncStarted = 0; |
|
|
|
|
/** All pairs A->B, where A (or one if its ancestors) misses transactions, but B has transactions.
|
|
|
|
|
* Pruned nodes may have entries where B is missing data. |
|
|
|
|
*/ |
|
|
|
|
/** All pairs A->B, where A (or one of its ancestors) misses transactions, but B has transactions.
|
|
|
|
|
* Pruned nodes may have entries where B is missing data. |
|
|
|
|
*/ |
|
|
|
|
multimap<CBlockIndex*, CBlockIndex*> mapBlocksUnlinked; |
|
|
|
|
|
|
|
|
|
CCriticalSection cs_LastBlockFile; |
|
|
|
|