summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-08 23:27:19 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-08 23:27:19 +0100
commitc17a9392cb7d64e25e2f0f55ac33af6103cf2a28 (patch)
tree27b94697924a2fb1bf2b42b3f732c920185767d6 /packages/taler-wallet-core/src
parentf27a85735d460a53a924d35dcff05a2157ac4b2d (diff)
downloadwallet-core-c17a9392cb7d64e25e2f0f55ac33af6103cf2a28.tar.gz
wallet-core-c17a9392cb7d64e25e2f0f55ac33af6103cf2a28.tar.bz2
wallet-core-c17a9392cb7d64e25e2f0f55ac33af6103cf2a28.zip
fix typo
Diffstat (limited to 'packages/taler-wallet-core/src')
-rw-r--r--packages/taler-wallet-core/src/TalerErrorCode.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/TalerErrorCode.ts b/packages/taler-wallet-core/src/TalerErrorCode.ts
index 3944715dd..a662e2720 100644
--- a/packages/taler-wallet-core/src/TalerErrorCode.ts
+++ b/packages/taler-wallet-core/src/TalerErrorCode.ts
@@ -1569,7 +1569,7 @@ export enum TalerErrorCode {
* Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0).
* (A value of 0 indicates that the error is generated client-side).
*/
- WALLET_CORE_API_EXCHANGE_GENERIC_OPERATION_UNKNOWN = 7007,
+ WALLET_CORE_API_OPERATION_UNKNOWN = 7007,
/**
* The given taler://pay URI is invalid.