Browse Source

Correct indentation

0.10
R E Broadley 11 years ago
parent
commit
6b29ccc9f9
  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