From 1efba5979f2c11aa70845d2ef9f32b60e1bc6971 Mon Sep 17 00:00:00 2001 From: Greg Hysen Date: Mon, 19 Mar 2018 10:56:21 -0700 Subject: Renamed all instances of timestamp to salt. Clarified test case wording. --- packages/contracts/src/utils/exchange_wrapper.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/contracts/src/utils/exchange_wrapper.ts') diff --git a/packages/contracts/src/utils/exchange_wrapper.ts b/packages/contracts/src/utils/exchange_wrapper.ts index 705f9cd0e..808ff0fd4 100644 --- a/packages/contracts/src/utils/exchange_wrapper.ts +++ b/packages/contracts/src/utils/exchange_wrapper.ts @@ -168,11 +168,11 @@ export class ExchangeWrapper { return tx; } public async cancelOrdersBeforeAsync( - timestamp: BigNumber, + salt: BigNumber, from: string, ): Promise { const txHash = await this._exchange.cancelOrdersBefore.sendTransactionAsync( - timestamp, + salt, { from }, ); const tx = await this._getTxWithDecodedExchangeLogsAsync(txHash); -- cgit v1.2.3