From 2e17f1bdca0f83ca4b9acd5d53a9c1d03b8690d8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 31 Oct 2016 10:46:34 -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 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");