aboutsummaryrefslogtreecommitdiff
path: root/src/wallet-impl/reserves.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-06 03:23:35 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-06 03:23:35 +0100
commite01f94e345bd94afe1643b55434a00c106d18954 (patch)
tree3b02c463fde9095b15a787c187bd58770c9a8161 /src/wallet-impl/reserves.ts
parent4159367d8c04b96a05da8a5ded043f8296a83174 (diff)
downloadwallet-core-e01f94e345bd94afe1643b55434a00c106d18954.tar.xz
pending fixes
Diffstat (limited to 'src/wallet-impl/reserves.ts')
-rw-r--r--src/wallet-impl/reserves.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wallet-impl/reserves.ts b/src/wallet-impl/reserves.ts
index 8a700bebc..8b8fbc7e3 100644
--- a/src/wallet-impl/reserves.ts
+++ b/src/wallet-impl/reserves.ts
@@ -174,6 +174,8 @@ export async function createReserve(
},
);
+ ws.notify({ type: NotificationType.ReserveCreated });
+
// Asynchronously process the reserve, but return
// to the caller already.
processReserve(ws, resp.reservePub, true).catch(e => {
@@ -244,6 +246,7 @@ async function registerReserveWithBank(
r.retryInfo = initRetryInfo();
return r;
});
+ ws.notify( { type: NotificationType.Wildcard });
return processReserveBankStatus(ws, reservePub);
}
@@ -284,6 +287,8 @@ async function processReserveBankStatusImpl(
throw e;
}
+ ws.notify( { type: NotificationType.Wildcard });
+
if (status.selection_done) {
if (reserve.reserveStatus === ReserveRecordStatus.REGISTERING_BANK) {
await registerReserveWithBank(ws, reservePub);
@@ -322,6 +327,7 @@ async function processReserveBankStatusImpl(
return r;
});
}
+ ws.notify( { type: NotificationType.Wildcard });
}
async function incrementReserveRetry(