remove todo
This commit is contained in:
parent
4c3c1d049b
commit
90db58bb2a
@ -19,7 +19,6 @@ export class ExchangeWrapper extends ContractWrapper {
|
||||
const senderAddressIfExists = await this.web3Wrapper.getSenderAddressIfExistsAsync();
|
||||
assert.assert(!_.isUndefined(senderAddressIfExists), ZeroExError.USER_HAS_NO_ASSOCIATED_ADDRESSES);
|
||||
|
||||
// TODO: remove `any` here
|
||||
const contractInstance = await this.instantiateContractIfExistsAsync((ExchangeArtifacts as any));
|
||||
const exchangeInstance = contractInstance as ExchangeContract;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user