Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit aad985f

Browse files
committed
Display grpc error message if wallet restore failed
1 parent a73c707 commit aad985f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action/wallet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class WalletAction {
281281
if (this._store.settings.restoring) {
282282
this._notification.display({
283283
type: 'error',
284-
msg: `Initializing wallet failed. Invalid seed.`,
284+
msg: `Restoring wallet failed: ${err.message}`,
285285
});
286286
this.initRestoreWallet();
287287
} else {

0 commit comments

Comments
 (0)