diff options
author | Ara Kevonian <=> | 2018-03-30 23:00:05 +0800 |
---|---|---|
committer | Ara Kevonian <=> | 2018-03-30 23:00:05 +0800 |
commit | a322148631e910466d1a08dce55b5e46e76f8863 (patch) | |
tree | 0c6142b84ca9f3bf65d2ab97887a955f7f4a0f7f /packages/0x.js/src/0x.ts | |
parent | 57ca611e12d2e40c3f0f33023544a890be7ccb87 (diff) | |
download | dexon-0x-contracts-a322148631e910466d1a08dce55b5e46e76f8863.tar.gz dexon-0x-contracts-a322148631e910466d1a08dce55b5e46e76f8863.tar.zst dexon-0x-contracts-a322148631e910466d1a08dce55b5e46e76f8863.zip |
Amended comments to clarify changes on PR #488
Diffstat (limited to 'packages/0x.js/src/0x.ts')
-rw-r--r-- | packages/0x.js/src/0x.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/0x.js/src/0x.ts b/packages/0x.js/src/0x.ts index 418d0ba34..7627f1d6e 100644 --- a/packages/0x.js/src/0x.ts +++ b/packages/0x.js/src/0x.ts @@ -326,6 +326,7 @@ export class ZeroEx { } /** * Instantiates and returns a new OrderStateWatcher instance. + * Defaults to watching the pending state. * @param config The configuration object. Look up the type for the description. * @return An instance of the 0x.js OrderStateWatcher class. */ |