From f190f354b0ed0d4e36d9a8eebfc9b9bcbbc2f9d3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Apr 2018 02:51:17 +0300 Subject: [PATCH] -print --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 886d9eef2..515833651 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3561,7 +3561,7 @@ CBlockIndex* AddToBlockIndex(const CBlockHeader& block) } if ( miPrev != mapBlockIndex.end() && (*miPrev).second == 0 ) { - fprintf(stderr,"edge case of both block and prevblock in the strange state\n"); + //fprintf(stderr,"edge case of both block and prevblock in the strange state\n"); return(0); // return here to avoid the state of pindex->nHeight not set and pprev NULL } }