Commit aad985f4 authored by Tankred Hase's avatar Tankred Hase

Display grpc error message if wallet restore failed

parent a73c7077
......@@ -281,7 +281,7 @@ class WalletAction {
if (this._store.settings.restoring) {
this._notification.display({
type: 'error',
msg: `Initializing wallet failed. Invalid seed.`,
msg: `Restoring wallet failed: ${err.message}`,
});
this.initRestoreWallet();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment