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