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->nTime + 600 < GetTime())
|
||||
if(pindex->nTime + 60*60 < GetTime())
|
||||
return false;
|
||||
|
||||
fBlockchainSynced = true;
|
||||
|
Loading…
Reference in New Issue
Block a user