jl777 9 years ago
parent
commit
8d1c52c537
  1. 4
      iguana/iguana_spendvectors.c

4
iguana/iguana_spendvectors.c

@ -714,6 +714,10 @@ int32_t iguana_volatilesinit(struct supernet_info *myinfo,struct iguana_info *co
}
}
coin->matchedfiles = 1;
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);
}
else
{

Loading…
Cancel
Save