From 20b4fe1d43642c5bd21862e0a9a3d2ef7e5ec484 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 10 Apr 2017 15:35:21 +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 87c4ba6d4..436789b86 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -708,7 +708,7 @@ void static BitcoinMiner() Mining_height = pindexPrev->nHeight+1; Mining_start = (uint32_t)time(NULL); } - if ( 0 && ASSETCHAINS_SYMBOL[0] != 0 ) + if ( 1 && ASSETCHAINS_SYMBOL[0] != 0 ) fprintf(stderr,"%s create new block ht.%d\n",ASSETCHAINS_SYMBOL,Mining_height); #ifdef ENABLE_WALLET CBlockTemplate *ptr = CreateNewBlockWithKey(reservekey);