From ffd802a23dfc251188d694b935842101945d48c9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 18 Oct 2016 02:39:54 +0200 Subject: await --- lib/wallet/wallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3