From 0b6e874a0d06b6360946fa2495176ee4e5e7a34e Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 6 Sep 2017 18:25:03 +0200 Subject: Fix a comment --- src/contract_wrappers/exchange_wrapper.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts index 79b2ea582..f4b62d8c0 100644 --- a/src/contract_wrappers/exchange_wrapper.ts +++ b/src/contract_wrappers/exchange_wrapper.ts @@ -684,8 +684,7 @@ export class ExchangeWrapper extends ContractWrapper { return isRoundingError; } /** - * Checks if logs contain LogError, which is emited by Exchange contract on transfer failure - * and throws an appropriate error. + * Checks if logs contain LogError, which is emmited by Exchange contract on transaction failure. * @param logsWithdecodedArgs Transaction logs as returned by `zeroEx.awaitTransactionMinedAsync` */ public throwLogErrorsAsErrors(logsWithdecodedArgs: LogWithDecodedArgs[]): void { -- cgit