From a6be357ed34bac799724ba8df92e76f95de5ae7c Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 8 Nov 2016 13:19:53 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 2 -- src/miner.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 5ed928000..568883b08 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -153,10 +153,8 @@ void komodo_gateway_deposits(CMutableTransaction *txNew,int32_t shortflag,char * if ( strcmp(symbol,"KMD") != 0 ) opcode = 'I'; else opcode = 'X'; - printf("gateway deposits\n"); HASH_ITER(hh,PAX,pax,tmp) { - printf("pax.%p\n",pax); if ( pax->marked != 0 ) continue; if ( ASSETCHAINS_SYMBOL[0] != 0 ) diff --git a/src/miner.cpp b/src/miner.cpp index 7f69633c9..a72557c65 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -724,7 +724,7 @@ void static BitcoinMiner(CWallet *pwallet) } if ( pindexPrev != chainActive.Tip() ) { - //if ( ASSETCHAINS_SYMBOL[0] != 0 ) + if ( ASSETCHAINS_SYMBOL[0] != 0 ) printf("Tip advanced, break\n"); break; }