aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/utils
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-11-24 03:52:31 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-11-24 05:15:47 +0800
commit3d11afd872b16f5696eb1f501f4d056546a548e6 (patch)
tree9a2d2ee28b6dc1ed85c9486a8590830a4f2db018 /packages/0x.js/src/utils
parent96d15a8931d955bfc220bd130de7490dd3b2cc79 (diff)
downloaddexon-sol-tools-3d11afd872b16f5696eb1f501f4d056546a548e6.tar
dexon-sol-tools-3d11afd872b16f5696eb1f501f4d056546a548e6.tar.gz
dexon-sol-tools-3d11afd872b16f5696eb1f501f4d056546a548e6.tar.bz2
dexon-sol-tools-3d11afd872b16f5696eb1f501f4d056546a548e6.tar.lz
dexon-sol-tools-3d11afd872b16f5696eb1f501f4d056546a548e6.tar.xz
dexon-sol-tools-3d11afd872b16f5696eb1f501f4d056546a548e6.tar.zst
dexon-sol-tools-3d11afd872b16f5696eb1f501f4d056546a548e6.zip
Remove outdated comment
Diffstat (limited to 'packages/0x.js/src/utils')
-rw-r--r--packages/0x.js/src/utils/order_state_utils.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/0x.js/src/utils/order_state_utils.ts b/packages/0x.js/src/utils/order_state_utils.ts
index 7dee89914..6b7f811ae 100644
--- a/packages/0x.js/src/utils/order_state_utils.ts
+++ b/packages/0x.js/src/utils/order_state_utils.ts
@@ -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) {