Only sync masternode assets after new block
This commit is contained in:
parent
5f3543efa5
commit
1af0fa5098
@ -2356,7 +2356,7 @@ void ThreadCheckDarkSendPool()
|
||||
if(!fIsInitialDownload) {
|
||||
CBlockIndex* pindexPrev = chainActive.Tip();
|
||||
if(pindexPrev != NULL) {
|
||||
if(pindexPrev->nTime > GetAdjustedTime() - (60*24))
|
||||
if(pindexPrev->nTime > GetAdjustedTime() - 60)
|
||||
{
|
||||
|
||||
LOCK(cs_vNodes);
|
||||
|
Loading…
Reference in New Issue
Block a user