From eaba9a27a8b6e3f8e0edde3281e8cbe64ccfd5f8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 25 Feb 2017 17:44:34 +0200 Subject: [PATCH] Test --- src/miner.cpp | 2 +- src/wallet/wallet.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/miner.cpp b/src/miner.cpp index eba720721..bae222120 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -670,7 +670,7 @@ void static BitcoinMiner(CWallet *pwallet) } else Mining_start = 0; while (true) { - if ( ASSETCHAINS_SYMBOL[0] != 0 && pblock->vtx[0].vout.size() == 1 && Mining_height > ASSETCHAINS_MINHEIGHT ) + if ( 0 && ASSETCHAINS_SYMBOL[0] != 0 && pblock->vtx[0].vout.size() == 1 && Mining_height > ASSETCHAINS_MINHEIGHT ) // skips when it shouldnt { fprintf(stderr,"skip generating %s on-demand block, no tx avail\n",ASSETCHAINS_SYMBOL); sleep(10); diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 05a18c8cf..091fb5e22 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2386,7 +2386,7 @@ bool CWallet::SelectCoinsMinConf(const CAmount& nTargetValue, int nConfMine, int } if ( nTotalLower > 2*nTargetValue + CENT ) { - fprintf(stderr,"why bother with all the utxo if we have double what is needed?\n"); + //fprintf(stderr,"why bother with all the utxo if we have double what is needed?\n"); break; } }