Remove lingering invalid calls to OrderStateUtils()

This commit is contained in:
Lawrence Forman
2019-03-25 23:02:55 -04:00
committed by Amir Bandeali
parent c096eae644
commit bd06c7b343
2 changed files with 5 additions and 8 deletions

View File

@@ -633,7 +633,6 @@ export class FillOrderCombinatorialUtils {
const orderStateUtils = new OrderStateUtils(
balanceAndProxyAllowanceFetcher,
orderFilledCancelledFetcher,
signedOrder.chainId,
);
const fillableTakerAssetAmount = await orderStateUtils.getMaxFillableTakerAssetAmountAsync(
signedOrder,