Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
774b42f5a7
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -1107,7 +1107,7 @@ int32_t iguana_balancecalc(struct iguana_info *coin,struct iguana_bundle *bp,int
{
if ( (prevbp= coin->bundles[j]) == 0 || prevbp->utxofinish <= 1 || prevbp->balancefinish <= 1 )
{
j = -1
j = -1;
break;
}
}

Loading…
Cancel
Save