aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-09-06 13:31:30 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-09-06 13:31:30 +0200
commit93327f5274d3a081d56a41df0809f4c4e7535c99 (patch)
tree69543157f624db5dc9238451dacd268ea4f8bdb3 /lib/wallet/wallet.ts
parentdd2bd324918e7a2e70ba4532c78eb0e8b0543992 (diff)
downloadwallet-core-93327f5274d3a081d56a41df0809f4c4e7535c99.tar.xz
skeleton for webrequest
Diffstat (limited to 'lib/wallet/wallet.ts')
-rw-r--r--lib/wallet/wallet.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wallet/wallet.ts b/lib/wallet/wallet.ts
index 9edad2c5c..718e7a312 100644
--- a/lib/wallet/wallet.ts
+++ b/lib/wallet/wallet.ts
@@ -947,7 +947,7 @@ export class Wallet {
console.log("making fresh exchange");
} else {
if (updateTimeSec < r.last_update_time) {
- console.log("outdated /keys, not updating")
+ console.log("outdated /keys, not updating");
return Promise.resolve(r);
}
exchangeInfo = r;