Remove outdated comment

This commit is contained in:
Leonid Logvinov
2017-11-23 13:52:31 -06:00
parent 96d15a8931
commit 3d11afd872

View File

@@ -55,8 +55,6 @@ export class OrderStateUtils {
.lessThan(minFillableTakerTokenAmountWithinNoRoundingErrorRange)) {
throw new Error(ExchangeContractErrs.OrderFillRoundingError);
}
// TODO Add linear function solver when maker token is ZRX #badass
// Return the max amount that's fillable
}
constructor(balanceAndProxyAllowanceLazyStore: BalanceAndProxyAllowanceLazyStore,
orderFilledCancelledLazyStore: OrderFilledCancelledLazyStore) {