forgot to remove this.

This commit is contained in:
zethfoxster
2016-07-02 23:20:51 -04:00
parent 94989a1109
commit aeff6b60e9
+1 -1
View File
@@ -752,7 +752,7 @@ int TapTargetCost::isPaymentSet()
target = NULL; target = NULL;
return 0; return 0;
} }
if (target && (tc->getNbTargets() == tc->maxtargets || tc->done)) if (target)
return 1; return 1;
return 0; return 0;
} }