aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/types.ts2
1 files changed, 1 insertions, 1 deletions
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;