From ced1a10b52f8485b8c8d0e948b2a0c15fcffff63 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 30 Oct 2016 19:12:23 -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 f0fd1a741..d66f8d012 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 %d < %d\n",chainActive.Height(),pindexBestHeader->nHeight - 10); + //fprintf(stderr,"lockIBDState true %d < %d\n",chainActive.Height(),pindexBestHeader->nHeight - 10); return false; } bool state;