commit ffd802a23dfc251188d694b935842101945d48c9 parent bb10d36244d022b4dcd26a52cb15e37a0a7351a4 Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 18 Oct 2016 02:39:54 +0200 await Diffstat:
| M | lib/wallet/wallet.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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