aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-11-21 01:15:01 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-11-21 01:15:01 +0800
commita37f0198065571421eb2772c96241e0d57007bd3 (patch)
tree9dca1f5335a3cc13b15a549d422c9e4c6b8e6d53 /packages
parent20449a0cb293649d9c301781dd89e7c26cc7a6b6 (diff)
downloaddexon-sol-tools-a37f0198065571421eb2772c96241e0d57007bd3.tar
dexon-sol-tools-a37f0198065571421eb2772c96241e0d57007bd3.tar.gz
dexon-sol-tools-a37f0198065571421eb2772c96241e0d57007bd3.tar.bz2
dexon-sol-tools-a37f0198065571421eb2772c96241e0d57007bd3.tar.lz
dexon-sol-tools-a37f0198065571421eb2772c96241e0d57007bd3.tar.xz
dexon-sol-tools-a37f0198065571421eb2772c96241e0d57007bd3.tar.zst
dexon-sol-tools-a37f0198065571421eb2772c96241e0d57007bd3.zip
Delete orderExpirationCheckingIntervalIdIfExists
Diffstat (limited to 'packages')
-rw-r--r--packages/0x.js/src/order_watcher/expiration_watcher.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/0x.js/src/order_watcher/expiration_watcher.ts b/packages/0x.js/src/order_watcher/expiration_watcher.ts
index f9c6571db..0f73d088a 100644
--- a/packages/0x.js/src/order_watcher/expiration_watcher.ts
+++ b/packages/0x.js/src/order_watcher/expiration_watcher.ts
@@ -40,6 +40,7 @@ export class ExpirationWatcher {
}
intervalUtils.clearAsyncExcludingInterval(this.orderExpirationCheckingIntervalIdIfExists);
delete this.callbackIfExists;
+ delete this.orderExpirationCheckingIntervalIdIfExists;
}
public addOrder(orderHash: string, expirationUnixTimestampSec: BigNumber): void {
this.expiration[orderHash] = expirationUnixTimestampSec;