commit 294403aa43ed5068cce357fdda63c00ceee95413
parent d23fcb6f63756fafb164eace0958f9517d014717
Author: Florian Dold <florian@dold.me>
Date: Mon, 22 Jan 2024 21:35:28 +0100
-fix request name
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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",