From 6892f929fb0c996b8c8a99a17686aa232dc266d9 Mon Sep 17 00:00:00 2001 From: Greg Hysen Date: Sun, 23 Dec 2018 21:57:59 -0800 Subject: circle build failed. New commit to resubmit job. --- contracts/protocol/test/utils/exchange_wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contracts') diff --git a/contracts/protocol/test/utils/exchange_wrapper.ts b/contracts/protocol/test/utils/exchange_wrapper.ts index 0feb5af15..7eca809e6 100644 --- a/contracts/protocol/test/utils/exchange_wrapper.ts +++ b/contracts/protocol/test/utils/exchange_wrapper.ts @@ -279,7 +279,7 @@ export class ExchangeWrapper { return data; } public abiDecodeFillOrder(data: string): AbiDecodedFillOrderData { - // Lookup fillOrder ABI + // Lookup fillOrder ABI in exchange abi const fillOrderAbi = _.find(this._exchange.abi, (value: AbiDefinition) => { if (value.type === 'function' && (value as any).name === 'fillOrder') { return true; -- cgit v1.2.3