|
|
@ -384,7 +384,7 @@ int32_t iguana_helperA(struct supernet_info *myinfo,struct iguana_info *coin,int |
|
|
|
printf("iguana_helperA unexpected null bp\n"); |
|
|
|
return(-1); |
|
|
|
} |
|
|
|
//printf("helperid.%d validate gen utxo.[%d] utxofinish.%u\n",helperid,bp->hdrsi,bp->utxofinish);
|
|
|
|
printf("helperid.%d validate gen utxo.[%d] utxofinish.%u\n",helperid,bp->hdrsi,bp->utxofinish); |
|
|
|
if ( iguana_bundlevalidate(myinfo,coin,bp,0) == bp->n ) //
|
|
|
|
{ |
|
|
|
retval = 0; |
|
|
@ -599,7 +599,7 @@ int32_t iguana_coin_mainiter(struct supernet_info *myinfo,struct iguana_info *co |
|
|
|
n = coin->bundlescount-1; |
|
|
|
if ( coin->blocks.hwmchain.height/coin->chain->bundlesize >= (coin->longestchain-coin->chain->bundlesize)/coin->chain->bundlesize ) |
|
|
|
{ |
|
|
|
printf("%s n.%d emitfinished.%d coin->spendvectorsaved %d\n",coin->symbol,n,iguana_emitfinished(myinfo,coin,1),coin->spendvectorsaved); |
|
|
|
//printf("%s n.%d emitfinished.%d coin->spendvectorsaved %d\n",coin->symbol,n,iguana_emitfinished(myinfo,coin,1),coin->spendvectorsaved);
|
|
|
|
if ( iguana_emitfinished(myinfo,coin,1) >= n ) |
|
|
|
{ |
|
|
|
if ( coin->PREFETCHLAG >= 0 && coin->fastfind == 0 ) |
|
|
@ -617,7 +617,7 @@ int32_t iguana_coin_mainiter(struct supernet_info *myinfo,struct iguana_info *co |
|
|
|
else |
|
|
|
{ |
|
|
|
coin->spendvectorsaved = (uint32_t)time(NULL); |
|
|
|
printf("already done UTXOGEN (%d %d %d) n.%d\n",iguana_utxofinished(coin),iguana_validated(coin),iguana_balancefinished(coin),n); |
|
|
|
//printf("already done UTXOGEN (%d %d %d) n.%d\n",iguana_utxofinished(coin),iguana_validated(coin),iguana_balancefinished(coin),n);
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|