mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
missing val
This commit is contained in:
parent
1554292ee8
commit
9f91ecaf12
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user