From 294403aa43ed5068cce357fdda63c00ceee95413 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 22 Jan 2024 21:35:28 +0100 Subject: -fix request name --- packages/taler-wallet-core/src/wallet-api-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core') 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", -- cgit v1.2.3