diff options
author | Fabio Berger <me@fabioberger.com> | 2018-04-18 14:22:20 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-04-18 14:22:20 +0800 |
commit | 64c5c5eb409683d152744a440735ff548fe57ead (patch) | |
tree | 49cde91246005830566048f7f8bab0bcdbe7ea0a /packages/0x.js/src/order_watcher | |
parent | 7a8edb5018acaf7aaf49ebefd8b3afec713a19eb (diff) | |
download | dexon-sol-tools-64c5c5eb409683d152744a440735ff548fe57ead.tar.gz dexon-sol-tools-64c5c5eb409683d152744a440735ff548fe57ead.tar.zst dexon-sol-tools-64c5c5eb409683d152744a440735ff548fe57ead.zip |
Fix comments
Diffstat (limited to 'packages/0x.js/src/order_watcher')
-rw-r--r-- | packages/0x.js/src/order_watcher/event_watcher.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/src/order_watcher/event_watcher.ts b/packages/0x.js/src/order_watcher/event_watcher.ts index 47bbd5b2e..de5a99a46 100644 --- a/packages/0x.js/src/order_watcher/event_watcher.ts +++ b/packages/0x.js/src/order_watcher/event_watcher.ts @@ -13,7 +13,7 @@ enum LogEventState { Added, } -/* +/** * The EventWatcher watches for blockchain events at the specified block confirmation * depth. */ |