Skip to content

Commit

Permalink
fix: propagate restore errors correctly. Should fix #1047
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-CStack committed Dec 9, 2024
1 parent 4a59505 commit ec1b5d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wallets/wallet/intermediate/lib_monero_wallet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ abstract class LibMoneroWallet<T extends CryptonoteCurrency>
);
} catch (e, s) {
Logging.instance.log("$e\n$s", level: LogLevel.Fatal);
rethrow;
}
await updateNode();
_setListener();
Expand Down

0 comments on commit ec1b5d7

Please sign in to comment.