fixed parameters for IsBlockChainSynced
This commit is contained in:
parent
792bf4fb85
commit
7bdb18a602
@ -48,7 +48,7 @@ bool CMasternodeSync::IsBlockchainSynced()
|
|||||||
if(pindex == NULL) return false;
|
if(pindex == NULL) return false;
|
||||||
|
|
||||||
|
|
||||||
if(pindex->nTime + 600 < GetTime())
|
if(pindex->nTime + 60*60 < GetTime())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
fBlockchainSynced = true;
|
fBlockchainSynced = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user