aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-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",