diff --git a/src/main.cpp b/src/main.cpp index bd82624af..047752d91 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1488,7 +1488,7 @@ bool IsInitialBlockDownload() if ( ASSETCHAINS_SYMBOL[0] == 0 ) state = (chainActive.Height() < pindexBestHeader->nHeight - 24*6) || pindexBestHeader->GetBlockTime() < (GetTime() - chainParams.MaxTipAge()); - else state = (chainActive.Height() < pindexBestHeader->nHeight - 10); + else state = (chainActive.Height() < pindexBestHeader->nHeight - 1); if (!state) { //fprintf(stderr,"lockIBDState tru\n");