From a4e1979db30d5b0de05e0e7d92f086f1685b2b65 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 30 Oct 2016 18:53:01 -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 ef0b3c0b8..65977aee1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1487,7 +1487,7 @@ bool IsInitialBlockDownload() gap = ASSETCHAINS_SYMBOL[0] == 0 ? 24 * 6 : 1; bool state = (chainActive.Height() < pindexBestHeader->nHeight - gap || pindexBestHeader->GetBlockTime() < GetTime() - chainParams.MaxTipAge()); - fprintf(stderr,"height.%d < best.%d\n",chainActive.Height(),pindexBestHeader->nHeight); + fprintf(stderr,"height.%d < best.%d, %u < %u - %u\n",chainActive.Height(),pindexBestHeader->nHeight,(uint32_t)pindexBestHeader->GetBlockTime(),(uint32_t)GetTime(),(uint32_t)chainParams.MaxTipAge()); if (!state) { fprintf(stderr,"lockIBDState tru\n");