From a1bc18e5cf4e7c26bfce7feca0abe4e17c14db83 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 9 Nov 2017 23:32:04 -0500 Subject: Improve comment --- src/types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/types.ts b/src/types.ts index 352818bc2..13867dac8 100644 --- a/src/types.ts +++ b/src/types.ts @@ -396,7 +396,8 @@ export interface JSONRPCPayload { } /* - * pollingIntervalMs: How often to poll the Ethereum node for new events + * pollingIntervalMs: How often to poll the Ethereum node for new events. + * numConfirmations: How many confirmed blocks deep you wish to listen for events at. */ export interface OrderStateWatcherConfig { pollingIntervalMs?: number; -- cgit v1.2.3