From 0c8886ad0c0e1cffa7da0495a648028d1fe54476 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 9 Nov 2017 17:03:54 -0500 Subject: Fix comment --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 704c0b866..79def4560 100644 --- a/src/types.ts +++ b/src/types.ts @@ -396,7 +396,7 @@ export interface JSONRPCPayload { } /* - * pollingIntervalMs: How often to check for new mempool events + * pollingIntervalMs: How often to poll the Ethereum node for new events */ export interface OrderStateWatcherConfig { pollingIntervalMs?: number; -- cgit v1.2.3