taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 294403aa43ed5068cce357fdda63c00ceee95413
parent d23fcb6f63756fafb164eace0958f9517d014717
Author: Florian Dold <florian@dold.me>
Date:   Mon, 22 Jan 2024 21:35:28 +0100

-fix request name

Diffstat:
Mpackages/taler-wallet-core/src/wallet-api-types.ts | 2+-
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",