From d23fcb6f63756fafb164eace0958f9517d014717 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 22 Jan 2024 21:31:15 +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 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", -- cgit v1.2.3