diff --git a/iguana/main.c b/iguana/main.c index 7514481cc..9dc7749bb 100755 --- a/iguana/main.c +++ b/iguana/main.c @@ -331,12 +331,12 @@ void mainloop(struct supernet_info *myinfo) while ( 1 ) { flag = 0; - if ( 0 ) + if ( 1 ) { for (i=0; iactive != 0 && (bp= coin->current) != 0 ) + if ( (coin= Coins[i]) != 0 && coin->active != 0 )//&& (bp= coin->current) != 0 ) { - iguana_bundleissue(coin,bp,bp->n,100); + //iguana_bundleissue(coin,bp,bp->n,100); if ( (ptr= queue_dequeue(&balancesQ,0)) != 0 ) { if ( ptr->bp != 0 && ptr->coin != 0 )