Fix the comment
This commit is contained in:
@@ -605,7 +605,7 @@ export class ExchangeWrapper extends ContractWrapper {
|
|||||||
/**
|
/**
|
||||||
* Returns the ethereum addresses of all available exchange contracts
|
* Returns the ethereum addresses of all available exchange contracts
|
||||||
* on the network that the provided web3 instance is connected to
|
* on the network that the provided web3 instance is connected to
|
||||||
* @return The ethereum addresses of all available exchange contract.
|
* @return The ethereum addresses of all available exchange contracts.
|
||||||
*/
|
*/
|
||||||
public async getAvailableContractAddressesAsync(): Promise<string[]> {
|
public async getAvailableContractAddressesAsync(): Promise<string[]> {
|
||||||
const networkId = await this._web3Wrapper.getNetworkIdIfExistsAsync();
|
const networkId = await this._web3Wrapper.getNetworkIdIfExistsAsync();
|
||||||
|
Reference in New Issue
Block a user