aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-18 02:39:54 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-18 02:39:54 +0200
commitffd802a23dfc251188d694b935842101945d48c9 (patch)
treeef1bfecf2d60c919472058031e3b6f2ca9531075 /lib
parentbb10d36244d022b4dcd26a52cb15e37a0a7351a4 (diff)
downloadwallet-core-ffd802a23dfc251188d694b935842101945d48c9.tar.xz
await
Diffstat (limited to 'lib')
-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 721d306fd..ca8aa895e 100644
--- a/lib/wallet/wallet.ts
+++ b/lib/wallet/wallet.ts
@@ -1242,7 +1242,7 @@ export class Wallet {
if (oldSession) {
refreshSession = oldSession;
} else {
- refreshSession = this.createRefreshSession(oldCoinPub);
+ refreshSession = await this.createRefreshSession(oldCoinPub);
}
if (!refreshSession) {
// refreshing not necessary