0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00

Merge pull request #4109

6b29ccc Correct indentation (R E Broadley)
This commit is contained in:
Wladimir J. van der Laan 2014-05-01 08:09:09 +02:00
commit 191b087e0e
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -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;