diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index 00047db5e..3315d3a1a 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -1583,7 +1583,7 @@ int32_t iguana_balancecalc(struct iguana_info *coin,struct iguana_bundle *bp,int { for (j=0; jbundlescount-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; break;