diff --git a/basilisk/basilisk.c b/basilisk/basilisk.c index b34df690c..5e697c9fb 100755 --- a/basilisk/basilisk.c +++ b/basilisk/basilisk.c @@ -818,7 +818,7 @@ void basilisks_loop(void *arg) // break; if ( time(NULL) > coin->lastunspentsupdate+10 ) //i == BASILISK_MAXRELAYS || { - printf(">>>>>>>>>>>>> update\n"); + //printf(">>>>>>>>>>>>> update\n"); basilisk_unspents_update(myinfo,coin); coin->lastunspentsupdate = (uint32_t)time(NULL); } diff --git a/iguana/iguana_volatiles.c b/iguana/iguana_volatiles.c index cb4b425ea..428c77b50 100755 --- a/iguana/iguana_volatiles.c +++ b/iguana/iguana_volatiles.c @@ -152,7 +152,7 @@ struct iguana_utxo iguana_RTutxofind(struct iguana_info *coin,struct iguana_outp if ( utxo.spentflag != 0 || utxo.lockedflag != 0 ) *RTspendflagp = 1; }*/ - printf("iguana_utxofind: need to change to new RT method\n"); + //printf("iguana_utxofind: need to change to new RT method\n"); } } else