Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
56f4044982
  1. 2
      iguana/iguana777.c
  2. 2
      iguana/iguana_bundles.c

2
iguana/iguana777.c

@ -471,6 +471,8 @@ void iguana_helper(void *arg)
printf("helper missing param? %p %p\n",coin,bp);
myfree(ptr,ptr->allocsize);
}
if ( queue_size(&spendvectorsQ) != 0 )
allcurrent = 0;
if ( flag != 0 )
usleep(polltimeout * 250);
else if ( allcurrent != 0 )

2
iguana/iguana_bundles.c

@ -696,7 +696,7 @@ int32_t iguana_bundlefinish(struct iguana_info *coin,struct iguana_bundle *bp)
if ( bp->startutxo == 0 )
{
bp->startutxo = (uint32_t)time(NULL);
printf("spendvectorQ.%d\n",bp->hdrsi);
//printf("spendvectorQ.%d\n",bp->hdrsi);
iguana_spendvectorsQ(coin,bp);
}
else if ( bp->utxofinish != 0 )

Loading…
Cancel
Save