Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
008ac6ac4f
  1. 3
      iguana/iguana777.c

3
iguana/iguana777.c

@ -510,7 +510,10 @@ int32_t iguana_utxogen(struct supernet_info *myinfo,struct iguana_info *coin,int
for (hdrsi=helperid; hdrsi<max; hdrsi+=incr)
{
if ( (bp= coin->bundles[hdrsi]) == 0 )
{
printf("unexpected null bp for [%d]\n",hdrsi);
continue;
}
if ( iguana_bundlevalidate(coin,bp,0) != bp->n )
{
printf("validate.[%d] error. refresh page or restart iguana and it should regenerate\n",bp->hdrsi);

Loading…
Cancel
Save