aboutsummaryrefslogtreecommitdiff
path: root/extension/background/wallet.ts
diff options
context:
space:
mode:
Diffstat (limited to 'extension/background/wallet.ts')
-rw-r--r--extension/background/wallet.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/background/wallet.ts b/extension/background/wallet.ts
index 87e41e854..8b6094d74 100644
--- a/extension/background/wallet.ts
+++ b/extension/background/wallet.ts
@@ -588,7 +588,7 @@ class Wallet {
Query(this.db)
.iter("coins")
.reduce(countNonEmpty, 0)
- .then(doBadge);
+ .then(doBadge.bind(this));
}
storeCoin(coin: Db.Coin) {