Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
3596075a44
  1. 3
      iguana/iguana777.c

3
iguana/iguana777.c

@ -467,6 +467,8 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert
sleep(3); sleep(3);
} else printf("skip flush when max.%d and orig.%d\n",max,coin->origbalanceswritten); } else printf("skip flush when max.%d and orig.%d\n",max,coin->origbalanceswritten);
} }
if ( 0 )
{
for (i=0; i<max; i++) for (i=0; i<max; i++)
if ( (bp= coin->bundles[i]) != 0 ) if ( (bp= coin->bundles[i]) != 0 )
{ {
@ -474,6 +476,7 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert
iguana_volatilesmap(coin,&bp->ramchain); iguana_volatilesmap(coin,&bp->ramchain);
} }
} }
}
//printf("helper.%d check validates\n",helperid); //printf("helper.%d check validates\n",helperid);
incr = IGUANA_NUMHELPERS; incr = IGUANA_NUMHELPERS;
if ( helperid < incr ) if ( helperid < incr )

Loading…
Cancel
Save