From 4961429861f9fb5acf32e07db104cb31dd9a79fa Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 31 Oct 2016 11:47:08 -0300 Subject: [PATCH] test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 047752d91..7c352da7b 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 - 1); + else state = (chainActive.Height() < pindexBestHeader->nHeight - 100); if (!state) { //fprintf(stderr,"lockIBDState tru\n");