aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/contract_wrappers/token_wrapper.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-12-19 19:03:52 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-12-19 19:10:44 +0800
commit156dae1d33bd0a19c764262fbf0c9d6743425fc6 (patch)
tree089c743f946ff175838b4ee3142d5ead1aecdc0c /packages/0x.js/src/contract_wrappers/token_wrapper.ts
parent436d78eb93792e352049c790b10fbeddde199cab (diff)
downloaddexon-sol-tools-156dae1d33bd0a19c764262fbf0c9d6743425fc6.tar
dexon-sol-tools-156dae1d33bd0a19c764262fbf0c9d6743425fc6.tar.gz
dexon-sol-tools-156dae1d33bd0a19c764262fbf0c9d6743425fc6.tar.bz2
dexon-sol-tools-156dae1d33bd0a19c764262fbf0c9d6743425fc6.tar.lz
dexon-sol-tools-156dae1d33bd0a19c764262fbf0c9d6743425fc6.tar.xz
dexon-sol-tools-156dae1d33bd0a19c764262fbf0c9d6743425fc6.tar.zst
dexon-sol-tools-156dae1d33bd0a19c764262fbf0c9d6743425fc6.zip
Fix comments
Diffstat (limited to 'packages/0x.js/src/contract_wrappers/token_wrapper.ts')
-rw-r--r--packages/0x.js/src/contract_wrappers/token_wrapper.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/src/contract_wrappers/token_wrapper.ts b/packages/0x.js/src/contract_wrappers/token_wrapper.ts
index 419b33285..a9eac10e0 100644
--- a/packages/0x.js/src/contract_wrappers/token_wrapper.ts
+++ b/packages/0x.js/src/contract_wrappers/token_wrapper.ts
@@ -291,7 +291,7 @@ export class TokenWrapper extends ContractWrapper {
* Gets historical logs without creating a subscription
* @param tokenAddress An address of the token that emmited the logs.
* @param eventName The token contract event you would like to subscribe to.
- * @param blockRange Subscriptions options that let you configure the subscription.
+ * @param blockRange Block range to get logs from.
* @param indexFilterValues An object where the keys are indexed args returned by the event and
* the value is the value you are interested in. E.g `{_from: aUserAddressHex}`
* @return Array of logs that match the parameters