taler-typescript-core

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

commit 7ec5453abfcc3eebec27313583f9560a7e4cbb1b
parent cccec1b0c826bff69d9e809f4bd8f33926e2f150
Author: Florian Dold <florian@dold.me>
Date:   Fri, 13 Feb 2026 13:26:53 +0100

wallet-core: rename to getDiagnostics

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 @@ -368,7 +368,7 @@ export enum WalletApiOperation { TestingWaitExchangeWalletKyc = "testingWaitWalletKyc", TestingPlanMigrateExchangeBaseUrl = "testingPlanMigrateExchangeBaseUrl", TestingRunFixup = "testingRunFixup", - TestingGetDiagnostics = "testingGetDiagnostics", + TestingGetDiagnostics = "getDiagnostics", TestingGetPerformanceStats = "testingGetPerformanceStats", // Hints