Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
2889f5a2bb
  1. 2
      iguana/iguana777.c

2
iguana/iguana777.c

@ -620,7 +620,7 @@ int32_t iguana_coin_mainiter(struct supernet_info *myinfo,struct iguana_info *co
else else
{ {
for (j=0; j<coin->bundlescount; j++) for (j=0; j<coin->bundlescount; j++)
if ( (bp= coin->bundles[j]) != 0 && bp->queued == 0 && bp->startutxo == 0 ) if ( (bp= coin->bundles[j]) != 0 && bp->queued == 0 && bp->startutxo == 0 && bp->emitfinish == 0 )
{ {
printf("bundleQ.[%d]\n",j); printf("bundleQ.[%d]\n",j);
iguana_bundleQ(myinfo,coin,bp,0); iguana_bundleQ(myinfo,coin,bp,0);

Loading…
Cancel
Save