fix: propagate restore errors correctly. Should fix https://github.com/cypherstack/stack_wallet/issues/1047

This commit is contained in:
julian 2024-12-09 10:36:22 -06:00 committed by julian-CStack
parent 4a59505c30
commit ec1b5d7d2b

View file

@ -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();