Height 0
This commit is contained in:
@@ -355,7 +355,7 @@ namespace {
|
|||||||
CBlockIndex *pindex;
|
CBlockIndex *pindex;
|
||||||
if ( (pindex= chainActive.LastTip()) != 0 )
|
if ( (pindex= chainActive.LastTip()) != 0 )
|
||||||
return pindex->GetHeight();
|
return pindex->GetHeight();
|
||||||
else return(-1);
|
else return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void UpdatePreferredDownload(CNode* node, CNodeState* state)
|
void UpdatePreferredDownload(CNode* node, CNodeState* state)
|
||||||
|
|||||||
Reference in New Issue
Block a user