From 925971c0cd702059f21bc759dfa54098e71377e6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 13 Mar 2017 12:33:47 +0200 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 bd15a6974..78aa9f6dd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1527,7 +1527,7 @@ bool IsInitialBlockDownload() } bool state; if ( ASSETCHAINS_SYMBOL[0] == 0 ) - state = (chainActive.Height() < pindexBestHeader->nHeight - 24*6) || + state = (chainActive.Height() > 236000 && chainActive.Height() < pindexBestHeader->nHeight - 24*6) || pindexBestHeader->GetBlockTime() < (GetTime() - chainParams.MaxTipAge()); else state = (chainActive.Height() < pindexBestHeader->nHeight - 100); if (!state)