Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
464be5ed1f
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

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

Loading…
Cancel
Save