diff options
Diffstat (limited to 'src/order_watcher')
-rw-r--r-- | src/order_watcher/event_watcher.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/order_watcher/event_watcher.ts b/src/order_watcher/event_watcher.ts index 0174288cc..304b3e994 100644 --- a/src/order_watcher/event_watcher.ts +++ b/src/order_watcher/event_watcher.ts @@ -8,6 +8,10 @@ import {assert} from '../utils/assert'; const DEFAULT_EVENT_POLLING_INTERVAL = 200; +/* + * The EventWatcher watches for blockchain events at the specified block confirmation + * depth. + */ export class EventWatcher { private _web3Wrapper: Web3Wrapper; private _pollingIntervalMs: number; |