From 820600d13f768296d23775418ddac958d9376f4b Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 20 Apr 2018 12:43:08 +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 af935ef0c..f6d63874a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3552,7 +3552,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 } }