Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
b4f3332f82
  1. 4
      iguana/iguana777.c

4
iguana/iguana777.c

@ -502,7 +502,7 @@ int32_t iguana_utxogen(struct supernet_info *myinfo,struct iguana_info *coin,int
sleep(3);
//printf("helper.%d check validates\n",helperid);
//incr = IGUANA_NUMHELPERS;
incr = 1;
//incr = 1;
if ( helperid < incr )
{
for (hdrsi=helperid; hdrsi<max; hdrsi+=incr)
@ -513,7 +513,7 @@ int32_t iguana_utxogen(struct supernet_info *myinfo,struct iguana_info *coin,int
{
printf("validate.[%d] error. refresh page or restart iguana and it should regenerate\n",bp->hdrsi);
exit(-1);
} //else printf("helperid.%d validated.[%d]\n",helperid,hdrsi);
} else printf("helperid.%d validated.[%d]\n",helperid,hdrsi);
}
}
while ( iguana_validated(coin) < max || iguana_utxofinished(coin) < max || iguana_balancefinished(coin) < max )

Loading…
Cancel
Save