english
This commit is contained in:
parent
123b92b3aa
commit
c9adb4a5e2
@ -820,7 +820,7 @@ async function processRefreshGroupImpl(
|
|||||||
processRefreshSession(ws, refreshGroupId, i).catch((x) => {
|
processRefreshSession(ws, refreshGroupId, i).catch((x) => {
|
||||||
if (x instanceof CryptoApiStoppedError) {
|
if (x instanceof CryptoApiStoppedError) {
|
||||||
logger.info(
|
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 {
|
} else {
|
||||||
logger.warn("process refresh session got exception");
|
logger.warn("process refresh session got exception");
|
||||||
|
Loading…
Reference in New Issue
Block a user