From 0bdff151249dceb0f585a2c438e367a4931d0572 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 17 Apr 2018 13:54:51 +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 4d44c21ea..11faf062b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4184,7 +4184,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))