From e4274f4f3926e9e7df0d3ff3d9ea48fad24d141d Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 22:52:38 +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 7c265fbfd..df75ba6dc 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -492,7 +492,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) CValidationState state; if ( !TestBlockValidity(state, *pblock, pindexPrev, false, false)) { - static uint32_t counter; + //static uint32_t counter; //if ( counter++ < 100 && ASSETCHAINS_STAKED == 0 ) //fprintf(stderr,"warning: miner testblockvalidity failed\n"); return(0);