diff options
-rw-r--r-- | packages/0x.js/src/order_watcher/order_state_watcher.ts | 1 |
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); |