From 015775bdbb906ccb59a8b437b78bbb80058b1d8f Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 20 Oct 2016 19:13:14 -0300 Subject: [PATCH] test --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index b32c64b39..6b890c858 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -357,7 +357,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) pblocktemplate->vTxSigOps[0] = GetLegacySigOpCount(pblock->vtx[0]); CValidationState state; - if ( !TestBlockValidity(state, *pblock, pindexPrev, false, false)) + if ( 0 && !TestBlockValidity(state, *pblock, pindexPrev, false, false)) { fprintf(stderr,"testblockvalidity failed\n"); throw std::runtime_error("CreateNewBlock(): TestBlockValidity failed");