Fix a comment

This commit is contained in:
Leonid Logvinov
2017-09-06 18:25:03 +02:00
parent 88791f732f
commit 0b6e874a0d

View File

@@ -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 {