From 91e2857645d790e0c847414b3676eef59aa59b9c Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 29 Jun 2017 10:53:11 -0700 Subject: Fix a typo in a name --- src/contract_wrappers/exchange_wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts index ff1e755fc..37f7334d4 100644 --- a/src/contract_wrappers/exchange_wrapper.ts +++ b/src/contract_wrappers/exchange_wrapper.ts @@ -604,7 +604,7 @@ export class ExchangeWrapper extends ContractWrapper { * on the network that the provided web3 instance is connected to * @return The ethereum addresses of all available exchange contract. */ - public async getAvailableContractAddressedAsync(): Promise { + public async getAvailableContractAddressesAsync(): Promise { const networkId = await this._web3Wrapper.getNetworkIdIfExistsAsync(); if (_.isUndefined(networkId)) { return []; -- cgit