|
|
@ -331,12 +331,12 @@ void mainloop(struct supernet_info *myinfo) |
|
|
|
while ( 1 ) |
|
|
|
{ |
|
|
|
flag = 0; |
|
|
|
if ( 0 ) |
|
|
|
if ( 1 ) |
|
|
|
{ |
|
|
|
for (i=0; i<IGUANA_MAXCOINS; i++) |
|
|
|
if ( (coin= Coins[i]) != 0 && coin->active != 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 ) |
|
|
|