remove superfluous param

This commit is contained in:
Fabio Berger
2017-06-01 16:54:20 +02:00
parent fe025506c9
commit ea42715b9a

View File

@@ -73,7 +73,7 @@ export class ExchangeWrapper extends ContractWrapper {
const senderAddress = await this.web3Wrapper.getSenderAddressOrThrowAsync();
const exchangeInstance = await this.getExchangeContractAsync();
this.validateFillOrder(signedOrder, fillTakerAmountInBaseUnits, senderAddress, shouldCheckTransfer);
this.validateFillOrder(signedOrder, fillTakerAmountInBaseUnits, senderAddress);
const orderAddresses: OrderAddresses = [
signedOrder.maker,