From 8cb6777047a1d2f633cfc082c921fa904caf35e2 Mon Sep 17 00:00:00 2001 From: miketout Date: Thu, 4 Oct 2018 13:22:28 -0700 Subject: [PATCH] Change error to qualified error vs. no error at all --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index a9cc4dd73..d62473f82 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4766,9 +4766,9 @@ bool AcceptBlock(int32_t *futureblockp,CBlock& block, CValidationState& state, C } if ( pindex == 0 ) { - LogPrintf("WARNING: AcceptBlock null pindex, skipping until received again\n"); + LogPrintf("AcceptBlock null pindex\n"); *futureblockp = true; - return true; + return false; } //fprintf(stderr,"acceptblockheader passed\n"); // Try to process all requested blocks that we don't have, but only