aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-07-01 05:21:28 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-07-01 05:21:28 +0800
commit24e2ee831d0958dc3ad65e30fd30223051440c33 (patch)
tree4588a013ba8612c02c62728065947f3c90eb381b
parentcc9f0f17afc548e2b7501e4dfc0f2bf4ba0db55f (diff)
downloaddexon-sol-tools-24e2ee831d0958dc3ad65e30fd30223051440c33.tar
dexon-sol-tools-24e2ee831d0958dc3ad65e30fd30223051440c33.tar.gz
dexon-sol-tools-24e2ee831d0958dc3ad65e30fd30223051440c33.tar.bz2
dexon-sol-tools-24e2ee831d0958dc3ad65e30fd30223051440c33.tar.lz
dexon-sol-tools-24e2ee831d0958dc3ad65e30fd30223051440c33.tar.xz
dexon-sol-tools-24e2ee831d0958dc3ad65e30fd30223051440c33.tar.zst
dexon-sol-tools-24e2ee831d0958dc3ad65e30fd30223051440c33.zip
Fix comment
-rw-r--r--src/contract_wrappers/proxy_wrapper.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contract_wrappers/proxy_wrapper.ts b/src/contract_wrappers/proxy_wrapper.ts
index d3180df37..14c871d98 100644
--- a/src/contract_wrappers/proxy_wrapper.ts
+++ b/src/contract_wrappers/proxy_wrapper.ts
@@ -15,7 +15,7 @@ export class ProxyWrapper extends ContractWrapper {
/**
* Check if the Exchange contract address is authorized within the Proxy contract.
* @param exchangeContractAddress The hex encoded address of the Exchange contract to use.
- * @return If the exchangeContractAddress is authorized.
+ * @return Whether the exchangeContractAddress is authorized.
*/
public async isAuthorizedAsync(exchangeContractAddress: string): Promise<boolean> {
const proxyContractInstance = await this._getTokenRegistryContractAsync();