aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-11-21 06:52:53 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-11-21 06:52:53 +0800
commit3fc8645d92f293fcfd3a10affcabdbd75b8714b5 (patch)
tree40c88f92e88ef6dde4f3f32e583ad06fd0675ee6 /packages/0x.js
parent3e0371685fe16b7dc96f5f900c0d4531b16370d4 (diff)
downloaddexon-sol-tools-3fc8645d92f293fcfd3a10affcabdbd75b8714b5.tar
dexon-sol-tools-3fc8645d92f293fcfd3a10affcabdbd75b8714b5.tar.gz
dexon-sol-tools-3fc8645d92f293fcfd3a10affcabdbd75b8714b5.tar.bz2
dexon-sol-tools-3fc8645d92f293fcfd3a10affcabdbd75b8714b5.tar.lz
dexon-sol-tools-3fc8645d92f293fcfd3a10affcabdbd75b8714b5.tar.xz
dexon-sol-tools-3fc8645d92f293fcfd3a10affcabdbd75b8714b5.tar.zst
dexon-sol-tools-3fc8645d92f293fcfd3a10affcabdbd75b8714b5.zip
Remove old comment
Diffstat (limited to 'packages/0x.js')
-rw-r--r--packages/0x.js/src/order_watcher/order_state_watcher.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/0x.js/src/order_watcher/order_state_watcher.ts b/packages/0x.js/src/order_watcher/order_state_watcher.ts
index 84f2128c0..fd7496699 100644
--- a/packages/0x.js/src/order_watcher/order_state_watcher.ts
+++ b/packages/0x.js/src/order_watcher/order_state_watcher.ts
@@ -150,7 +150,6 @@ export class OrderStateWatcher {
error: ExchangeContractErrs.OrderFillExpired,
};
if (!_.isUndefined(this._orderByOrderHash[orderHash])) {
- // We need this check because we never remove the orders from expiration watcher
await this.removeOrderAsync(orderHash);
if (!_.isUndefined(this._callbackIfExists)) {
this._callbackIfExists(orderState);