mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-18 13:09:10 +02:00
fix(import): log error message if locking wallet fails after import error
This commit is contained in:
parent
0aaa055ccd
commit
c8c4662273
1 changed files with 1 additions and 4 deletions
|
|
@ -281,10 +281,7 @@ const ImportWalletPage = () => {
|
|||
})
|
||||
} catch (error: unknown) {
|
||||
const reason = getErrorReason(error, 'Unknown error.')
|
||||
console.warn(
|
||||
'Non-critical error while fetching session after wallet import. Continuing with import...',
|
||||
reason,
|
||||
)
|
||||
console.warn('Loocking wallet attempt failed after import error.', reason)
|
||||
}
|
||||
}
|
||||
} finally {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue