aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/order_watcher/order_state_watcher.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/order_watcher/order_state_watcher.ts b/src/order_watcher/order_state_watcher.ts
index b92aa8cab..69efada2a 100644
--- a/src/order_watcher/order_state_watcher.ts
+++ b/src/order_watcher/order_state_watcher.ts
@@ -66,7 +66,8 @@ export class OrderStateWatcher {
this._orderStateUtils = orderStateUtils;
}
/**
- * Add an order to the orderStateWatcher
+ * Add an order to the orderStateWatcher. Before the order is added, it's
+ * signature is verified.
* @param signedOrder The order you wish to start watching.
*/
public addOrder(signedOrder: SignedOrder): void {