diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-05 19:48:45 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-05 20:35:38 +0800 |
commit | f2100fa36dae740735f9a2e2811cc7977f4c286c (patch) | |
tree | 11c3b9eab24282879f1785eae8f9f9427bd3fde9 | |
parent | a537b2e40ca08187138851094c781394af4a2f2d (diff) | |
download | dexon-sol-tools-f2100fa36dae740735f9a2e2811cc7977f4c286c.tar dexon-sol-tools-f2100fa36dae740735f9a2e2811cc7977f4c286c.tar.gz dexon-sol-tools-f2100fa36dae740735f9a2e2811cc7977f4c286c.tar.bz2 dexon-sol-tools-f2100fa36dae740735f9a2e2811cc7977f4c286c.tar.lz dexon-sol-tools-f2100fa36dae740735f9a2e2811cc7977f4c286c.tar.xz dexon-sol-tools-f2100fa36dae740735f9a2e2811cc7977f4c286c.tar.zst dexon-sol-tools-f2100fa36dae740735f9a2e2811cc7977f4c286c.zip |
Remove missing comment
-rw-r--r-- | src/contract_wrappers/exchange_wrapper.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts index e5f190864..ab5bc15ee 100644 --- a/src/contract_wrappers/exchange_wrapper.ts +++ b/src/contract_wrappers/exchange_wrapper.ts @@ -620,7 +620,6 @@ export class ExchangeWrapper extends ContractWrapper { } /** * Subscribe to an event type emitted by the Exchange contract. - * @param tokenAddress The hex encoded address where the ERC20 token is deployed. * @param eventName The exchange contract event you would like to subscribe to. * @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 `{maker: aUserAddressHex}` |