summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/reserves.ts
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-08 01:20:50 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-08 01:20:50 +0100
commitc5b25d1cbd459ed90af3e28c9f8d0899a3a28848 (patch)
tree0a8c7124f71be8afb91022868771d22395814db2 /packages/taler-wallet-core/src/operations/reserves.ts
parentc90b03ec57137278c42de8227300fe25a6657b8c (diff)
downloadwallet-core-c5b25d1cbd459ed90af3e28c9f8d0899a3a28848.tar.gz
wallet-core-c5b25d1cbd459ed90af3e28c9f8d0899a3a28848.tar.bz2
wallet-core-c5b25d1cbd459ed90af3e28c9f8d0899a3a28848.zip
update error codes
Diffstat (limited to 'packages/taler-wallet-core/src/operations/reserves.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/reserves.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/reserves.ts b/packages/taler-wallet-core/src/operations/reserves.ts
index cced6a1d5..b20570e09 100644
--- a/packages/taler-wallet-core/src/operations/reserves.ts
+++ b/packages/taler-wallet-core/src/operations/reserves.ts
@@ -523,7 +523,7 @@ async function updateReserve(
if (result.isError) {
if (
resp.status === 404 &&
- result.talerErrorResponse.code === TalerErrorCode.RESERVE_STATUS_UNKNOWN
+ result.talerErrorResponse.code === TalerErrorCode.EXCHANGE_RESERVES_GET_STATUS_UNKNOWN
) {
ws.notify({
type: NotificationType.ReserveNotYetFound,