mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
fix: propagate restore errors correctly. Should fix https://github.com/cypherstack/stack_wallet/issues/1047
This commit is contained in:
parent
4a59505c30
commit
ec1b5d7d2b
1 changed files with 1 additions and 0 deletions
|
@ -453,6 +453,7 @@ abstract class LibMoneroWallet<T extends CryptonoteCurrency>
|
||||||
);
|
);
|
||||||
} catch (e, s) {
|
} catch (e, s) {
|
||||||
Logging.instance.log("$e\n$s", level: LogLevel.Fatal);
|
Logging.instance.log("$e\n$s", level: LogLevel.Fatal);
|
||||||
|
rethrow;
|
||||||
}
|
}
|
||||||
await updateNode();
|
await updateNode();
|
||||||
_setListener();
|
_setListener();
|
||||||
|
|
Loading…
Reference in a new issue