Ignore reporting network issues

This commit is contained in:
OmarHatem 2024-03-15 14:47:44 +02:00
parent 4707e627a3
commit c71272b0ca

View file

@ -574,13 +574,7 @@ abstract class MoneroWalletBase
int height = 0;
try {
height = _getHeightByDate(walletInfo.date);
} catch (e, s) {
onError?.call(FlutterErrorDetails(
exception: e,
stack: s,
library: this.runtimeType.toString(),
));
}
} catch (_) {}
monero_wallet.setRecoveringFromSeed(isRecovery: true);
monero_wallet.setRefreshFromBlockHeight(height: height);