Merge pull request #678 from 0xProject/fix/order-utils/remaining-v2-changes

Remaining Order-utils V2 Changes
This commit is contained in:
Fabio Berger
2018-06-07 21:12:21 +02:00
committed by GitHub
7 changed files with 206 additions and 206 deletions

View File

@@ -44,6 +44,7 @@ export class MultiSigWrapper {
txId: BigNumber,
from: string,
): Promise<TransactionReceiptWithDecodedLogs> {
// tslint:disable-next-line:no-unnecessary-type-assertion
const txHash = await (this
._multiSig as AssetProxyOwnerContract).executeRemoveAuthorizedAddress.sendTransactionAsync(txId, { from });
const tx = await this._logDecoder.getTxWithDecodedLogsAsync(txHash);