Improve comment

This commit is contained in:
Fabio Berger
2017-11-09 23:32:04 -05:00
parent 0cd5bf7967
commit a1bc18e5cf

View File

@@ -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;