aboutsummaryrefslogtreecommitdiff
path: root/src/wallet-impl/refresh.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-06 02:52:16 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-06 02:52:16 +0100
commit4159367d8c04b96a05da8a5ded043f8296a83174 (patch)
tree5587538fb13aead06d639a03e96cc09adcd99dd7 /src/wallet-impl/refresh.ts
parentd8170c815913b4395febc4ce3402fe45ba0d2e87 (diff)
downloadwallet-core-4159367d8c04b96a05da8a5ded043f8296a83174.tar.xz
pending ops / history / notification tweaks
Diffstat (limited to 'src/wallet-impl/refresh.ts')
-rw-r--r--src/wallet-impl/refresh.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet-impl/refresh.ts b/src/wallet-impl/refresh.ts
index a3b48919d..93be1435d 100644
--- a/src/wallet-impl/refresh.ts
+++ b/src/wallet-impl/refresh.ts
@@ -312,6 +312,7 @@ async function incrementRefreshRetry(
r.lastError = err;
await tx.put(Stores.refresh, r);
});
+ ws.notify({ type: NotificationType.RefreshOperationError });
}