From 4fda640cbb68a6eb077b8313eb93e2a65266eded Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 8 Apr 2024 16:40:21 +0200 Subject: wallet-core: rename request to setWalletRunConfig The old name was ambiguous, as the request does not refer to the persistent config of the wallet, but the ephemeral run-time configuration of the wallet-core instance. --- packages/taler-wallet-core/src/wallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/wallet.ts') diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index b54204d64..fa78cf24b 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -688,7 +688,7 @@ async function dispatchRequestInternal( await recoverStoredBackup(wex, req); return {}; } - case WalletApiOperation.SetConfig: + case WalletApiOperation.SetWalletRunConfig: case WalletApiOperation.InitWallet: { const req = codecForInitRequest().decode(payload); -- cgit v1.2.3