await
This commit is contained in:
parent
bb10d36244
commit
ffd802a23d
@ -1242,7 +1242,7 @@ export class Wallet {
|
|||||||
if (oldSession) {
|
if (oldSession) {
|
||||||
refreshSession = oldSession;
|
refreshSession = oldSession;
|
||||||
} else {
|
} else {
|
||||||
refreshSession = this.createRefreshSession(oldCoinPub);
|
refreshSession = await this.createRefreshSession(oldCoinPub);
|
||||||
}
|
}
|
||||||
if (!refreshSession) {
|
if (!refreshSession) {
|
||||||
// refreshing not necessary
|
// refreshing not necessary
|
||||||
|
Loading…
Reference in New Issue
Block a user