From 0d957ea71d9323445add682d7ee98d9b3cb1a973 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 10 Nov 2017 17:47:41 -0500 Subject: Add comment above the eventWatcher class --- src/order_watcher/event_watcher.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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; -- cgit