taler-typescript-core

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

commit c9adb4a5e292ae9a2c359a7a55083746486e11d9
parent 123b92b3aa67f17d01586da0d7974de06318e551
Author: Florian Dold <florian@dold.me>
Date:   Wed, 30 Mar 2022 20:42:07 +0200

english

Diffstat:
Mpackages/taler-wallet-core/src/operations/refresh.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts @@ -820,7 +820,7 @@ async function processRefreshGroupImpl( processRefreshSession(ws, refreshGroupId, i).catch((x) => { if (x instanceof CryptoApiStoppedError) { logger.info( - "crypto API stopped while processing refresh group, probably the wallet is during shutdown", + "crypto API stopped while processing refresh group, probably the wallet is currently shutting down.", ); } else { logger.warn("process refresh session got exception");