Improve comment

This commit is contained in:
Fabio Berger
2017-11-11 10:57:27 -05:00
parent e5d04f4467
commit a8b6bbd6bc

View File

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