await
This commit is contained in:
parent
bb10d36244
commit
ffd802a23d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user