Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
6c15d66ed2
  1. 4
      iguana/iguana_bundles.c

4
iguana/iguana_bundles.c

@ -1021,10 +1021,10 @@ int32_t iguana_bundlefinalize(struct supernet_info *myinfo,struct iguana_info *c
return(0);
}
bp->emitfinish = 1;
sleep(1); // make sure new incoming packet didnt overwrite
usleep(100000); // make sure new incoming packet didnt overwrite
if ( iguana_bundleready(coin,bp,1) == bp->n )
{
sleep(1); // make sure new incoming packet didnt overwrite
usleep(100000); // make sure new incoming packet didnt overwrite
coin->emitbusy++;
if ( iguana_bundlesaveHT(myinfo,coin,mem,memB,bp,(uint32_t)time(NULL)) == 0 )
{

Loading…
Cancel
Save