|
|
@ -536,7 +536,8 @@ int32_t iguana_utxogen(struct supernet_info *myinfo,struct iguana_info *coin,int |
|
|
|
coin->spendvectorsaved = (uint32_t)time(NULL); |
|
|
|
coin->spendvalidated = 0; |
|
|
|
printf("%s UTXOGEN spendvectorsaved <- %u\n",coin->symbol,coin->spendvectorsaved); |
|
|
|
iguana_utxoaddr_gen(myinfo,coin,(coin->bundlescount - 1) * coin->chain->bundlesize); |
|
|
|
if ( iguana_utxoaddr_gen(myinfo,coin,(coin->bundlescount - 1) * coin->chain->bundlesize) < 0 ) |
|
|
|
iguana_utxoaddr_gen(myinfo,coin,(coin->bundlescount - 1) * coin->chain->bundlesize); |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|