summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-01-22 21:35:28 +0100
committerFlorian Dold <florian@dold.me>2024-01-22 21:35:28 +0100
commit294403aa43ed5068cce357fdda63c00ceee95413 (patch)
tree3899da89febaaf5ec82d011858a052a98447013c /packages/taler-wallet-core/src
parentd23fcb6f63756fafb164eace0958f9517d014717 (diff)
downloadwallet-core-294403aa43ed5068cce357fdda63c00ceee95413.tar.gz
wallet-core-294403aa43ed5068cce357fdda63c00ceee95413.tar.bz2
wallet-core-294403aa43ed5068cce357fdda63c00ceee95413.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 1d8c0ee06..594d5e14d 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 = "listGlobalExchangeCurrencyScope",
+ ListGlobalCurrencyExchanges = "listGlobalCurrencyExchanges",
ListGlobalCurrencyAuditors = "listGlobalCurrencyAuditors",
AddGlobalCurrencyExchange = "addGlobalCurrencyExchange",
RemoveGlobalCurrencyExchange = "removeGlobalCurrencyExchange",