Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
536f97c962
  1. 2
      iguana/main.c

2
iguana/main.c

@ -377,7 +377,7 @@ void mainloop(struct supernet_info *myinfo)
{
for (j=0; j<n; j++)
{
if ( (bp= coin->bundles[j]) == 0 || (bp->startutxo == 0 && bp->utxofinish <= 1) )
if ( (bp= coin->bundles[j]) == 0 || (bp->startutxo == 0 && bp->utxofinish == 0) )
break;
}
if ( j != n )

Loading…
Cancel
Save