Browse Source

Merge pull request #4109

6b29ccc Correct indentation (R E Broadley)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
191b087e0e
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 3
      src/main.cpp

3
src/main.cpp

@ -96,7 +96,8 @@ struct CBlockIndexWorkComparator @@ -96,7 +96,8 @@ struct CBlockIndexWorkComparator
};
CBlockIndex *pindexBestInvalid;
set<CBlockIndex*, CBlockIndexWorkComparator> setBlockIndexValid; // may contain all CBlockIndex*'s that have validness >=BLOCK_VALID_TRANSACTIONS, and must contain those who aren't failed
// may contain all CBlockIndex*'s that have validness >=BLOCK_VALID_TRANSACTIONS, and must contain those who aren't failed
set<CBlockIndex*, CBlockIndexWorkComparator> setBlockIndexValid;
CCriticalSection cs_LastBlockFile;
CBlockFileInfo infoLastBlockFile;

Loading…
Cancel
Save