missing val

This commit is contained in:
Evan 2014-01-18 08:11:27 -07:00
parent 1554292ee8
commit 9f91ecaf12

View File

@ -40,6 +40,7 @@ int nBestHeight = -1;
uint256 nBestChainWork = 0;
uint256 nBestInvalidWork = 0;
uint256 hashBestChain = 0;
unsigned int nTargetMinLength = 6; // minimum chain length target
CBlockIndex* pindexBest = NULL;
set<CBlockIndex*, CBlockIndexWorkComparator> setBlockIndexValid; // may contain all CBlockIndex*'s that have validness >=BLOCK_VALID_TRANSACTIONS, and must contain those who aren't failed
int64 nTimeBestReceived = 0;