diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-07-04 07:11:37 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-07-04 07:11:37 +0800 |
commit | 4633637efe1c44ebccea25fe554c0f125b530097 (patch) | |
tree | c49d5f6b29377a6534984ee33908f7110f38b37b /src | |
parent | 99051bdfdf7dbf5480cf8de70d03974116fcc78e (diff) | |
download | dexon-sol-tools-4633637efe1c44ebccea25fe554c0f125b530097.tar dexon-sol-tools-4633637efe1c44ebccea25fe554c0f125b530097.tar.gz dexon-sol-tools-4633637efe1c44ebccea25fe554c0f125b530097.tar.bz2 dexon-sol-tools-4633637efe1c44ebccea25fe554c0f125b530097.tar.lz dexon-sol-tools-4633637efe1c44ebccea25fe554c0f125b530097.tar.xz dexon-sol-tools-4633637efe1c44ebccea25fe554c0f125b530097.tar.zst dexon-sol-tools-4633637efe1c44ebccea25fe554c0f125b530097.zip |
Fix the comment
Diffstat (limited to 'src')
-rw-r--r-- | src/contract_wrappers/proxy_wrapper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contract_wrappers/proxy_wrapper.ts b/src/contract_wrappers/proxy_wrapper.ts index f74c145bf..bff917eee 100644 --- a/src/contract_wrappers/proxy_wrapper.ts +++ b/src/contract_wrappers/proxy_wrapper.ts @@ -23,7 +23,7 @@ export class ProxyWrapper extends ContractWrapper { return isAuthorized; } /** - * Get the list of all exchange addresses authorized by the Proxy contract. + * Get the list of all Exchange contract addresses authorized by the Proxy contract. * @param exchangeContractAddress The hex encoded address of the Exchange contract to use. * @return The list of authorized addresses. */ |