summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-01-22 21:31:15 +0100
committerFlorian Dold <florian@dold.me>2024-01-22 21:31:15 +0100
commitd23fcb6f63756fafb164eace0958f9517d014717 (patch)
tree31efd628a4dc142139a9baf38c2b3b8c09a27973 /packages/taler-wallet-core/src
parentfb5f098f9e60f03cdd6f78aba5aa248ec5889485 (diff)
downloadwallet-core-d23fcb6f63756fafb164eace0958f9517d014717.tar.gz
wallet-core-d23fcb6f63756fafb164eace0958f9517d014717.tar.bz2
wallet-core-d23fcb6f63756fafb164eace0958f9517d014717.zip
-fix request name
Diffstat (limited to 'packages/taler-wallet-core/src')
-rw-r--r--packages/taler-wallet-core/src/wallet-api-types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts
index c02862757..1d8c0ee06 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -248,7 +248,7 @@ export enum WalletApiOperation {
TestingInfiniteTransactionLoop = "testingInfiniteTransactionLoop",
GetExchangeResources = "getExchangeResources",
DeleteExchange = "deleteExchange",
- ListGlobalCurrencyExchanges = "listExchangeCurrencyScope",
+ ListGlobalCurrencyExchanges = "listGlobalExchangeCurrencyScope",
ListGlobalCurrencyAuditors = "listGlobalCurrencyAuditors",
AddGlobalCurrencyExchange = "addGlobalCurrencyExchange",
RemoveGlobalCurrencyExchange = "removeGlobalCurrencyExchange",