From 08f08d150caf77d75235297cad6b29fa078ffc9a Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 30 Oct 2016 19:10:54 -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 37006f7e9..f0fd1a741 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1481,7 +1481,7 @@ bool IsInitialBlockDownload() static bool lockIBDState = false; if (lockIBDState) { - fprintf(stderr,"lockIBDState true\n"); + fprintf(stderr,"lockIBDState true %d < %d\n",chainActive.Height(),pindexBestHeader->nHeight - 10); return false; } bool state;