From 484009fe691d63a6c5d4ffe594ae445116cddc2c Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 17 Apr 2018 13:54:27 +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 e680941f2..8d09ffcb6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3937,7 +3937,7 @@ bool TestBlockValidity(CValidationState &state, const CBlock& block, CBlockIndex } if (!ContextualCheckBlock(block, state, pindexPrev)) { - fprintf(stderr,"TestBlockValidity failure C\n"); + //fprintf(stderr,"TestBlockValidity failure C\n"); return false; } if (!ConnectBlock(block, state, &indexDummy, viewNew, true,fCheckPOW))