aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/src/order_watcher/order_watcher.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-06 04:25:47 +0800
committerFabio Berger <me@fabioberger.com>2018-07-06 04:25:47 +0800
commitabb38e1bc05889a145ab91177609a11ab469c187 (patch)
tree35d8a45df1634a5f4d9b862c74017e1ddae7680c /packages/order-watcher/src/order_watcher/order_watcher.ts
parent0df36471b7f6dd53c4aa3c1d34b88e904b15c35f (diff)
downloaddexon-sol-tools-abb38e1bc05889a145ab91177609a11ab469c187.tar
dexon-sol-tools-abb38e1bc05889a145ab91177609a11ab469c187.tar.gz
dexon-sol-tools-abb38e1bc05889a145ab91177609a11ab469c187.tar.bz2
dexon-sol-tools-abb38e1bc05889a145ab91177609a11ab469c187.tar.lz
dexon-sol-tools-abb38e1bc05889a145ab91177609a11ab469c187.tar.xz
dexon-sol-tools-abb38e1bc05889a145ab91177609a11ab469c187.tar.zst
dexon-sol-tools-abb38e1bc05889a145ab91177609a11ab469c187.zip
Don't unsubscribe on Blockstream errors
Diffstat (limited to 'packages/order-watcher/src/order_watcher/order_watcher.ts')
-rw-r--r--packages/order-watcher/src/order_watcher/order_watcher.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/order-watcher/src/order_watcher/order_watcher.ts b/packages/order-watcher/src/order_watcher/order_watcher.ts
index 0ee56592e..b28e9bc37 100644
--- a/packages/order-watcher/src/order_watcher/order_watcher.ts
+++ b/packages/order-watcher/src/order_watcher/order_watcher.ts
@@ -233,7 +233,6 @@ export class OrderWatcher {
if (!_.isNull(err)) {
if (!_.isUndefined(this._callbackIfExists)) {
this._callbackIfExists(err);
- this.unsubscribe();
}
return;
}