|
|
@ -462,11 +462,13 @@ int32_t iguana_utxogen(struct iguana_info *coin,int32_t helperid,int32_t convert |
|
|
|
coin->balanceflush = coin->balanceswritten; |
|
|
|
} else printf("error saving spendvectors\n"); |
|
|
|
} |
|
|
|
printf("check validates\n"); |
|
|
|
printf("helper.%d check validates\n",helperid); |
|
|
|
if ( helperid < incr ) |
|
|
|
{ |
|
|
|
for (hdrsi=helperid; hdrsi<max; hdrsi+=incr) |
|
|
|
{ |
|
|
|
if ( (bp= coin->bundles[hdrsi]) == 0 ) |
|
|
|
break; |
|
|
|
if ( iguana_bundlevalidate(coin,bp,0) != bp->n ) |
|
|
|
{ |
|
|
|
printf("validate.[%d] error. refresh page or restart iguana and it should regenerate\n",bp->hdrsi); |
|
|
|