taler-typescript-core

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

commit d23fcb6f63756fafb164eace0958f9517d014717
parent fb5f098f9e60f03cdd6f78aba5aa248ec5889485
Author: Florian Dold <florian@dold.me>
Date:   Mon, 22 Jan 2024 21:31:15 +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 = "listExchangeCurrencyScope", + ListGlobalCurrencyExchanges = "listGlobalExchangeCurrencyScope", ListGlobalCurrencyAuditors = "listGlobalCurrencyAuditors", AddGlobalCurrencyExchange = "addGlobalCurrencyExchange", RemoveGlobalCurrencyExchange = "removeGlobalCurrencyExchange",