aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/exchange_wrapper.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/contract_wrappers/exchange_wrapper.ts')
-rw-r--r--src/contract_wrappers/exchange_wrapper.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts
index 20e3a6abc..c304aeb08 100644
--- a/src/contract_wrappers/exchange_wrapper.ts
+++ b/src/contract_wrappers/exchange_wrapper.ts
@@ -147,7 +147,6 @@ export class ExchangeWrapper extends ContractWrapper {
assert.assert(!_.isEmpty(orderFillRequests), 'Cannot fill an empty batch');
assert.isBoolean('shouldCheckTransfer', shouldCheckTransfer);
await assert.isSenderAddressAsync('takerAddress', takerAddress, this.web3Wrapper);
- // _.zip doesn't type check if values have different types :'(
_.forEach(orderFillRequests,
async (orderFillRequest: OrderFillRequest) => {
assert.doesConformToSchema('signedOrder',