This commit is contained in:
Florian Dold 2016-10-18 02:39:54 +02:00
parent bb10d36244
commit ffd802a23d

View File

@ -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