mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
Ignore reporting network issues
This commit is contained in:
parent
4707e627a3
commit
c71272b0ca
1 changed files with 1 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue