Fix the comment

This commit is contained in:
Leonid Logvinov
2017-07-11 17:40:37 -07:00
parent d8fb58379e
commit 4efba2a4bc

View File

@@ -609,7 +609,9 @@ export class ExchangeWrapper extends ContractWrapper {
this._exchangeLogEventEmitters = [];
}
/**
* Returns the Ethereum address of the Exchange contract being used.
* Retrieves the Ethereum address of the Exchange contract deployed on the network
* that the user-passed web3 provider is connected to.
* @returns The Ethereum address of the Exchange contract being used.
*/
public async getContractAddressAsync(): Promise<string> {
const exchangeInstance = await this._getExchangeContractAsync();