mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-25 12:06:05 +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;
|
int height = 0;
|
||||||
try {
|
try {
|
||||||
height = _getHeightByDate(walletInfo.date);
|
height = _getHeightByDate(walletInfo.date);
|
||||||
} catch (e, s) {
|
} catch (_) {}
|
||||||
onError?.call(FlutterErrorDetails(
|
|
||||||
exception: e,
|
|
||||||
stack: s,
|
|
||||||
library: this.runtimeType.toString(),
|
|
||||||
));
|
|
||||||
}
|
|
||||||
|
|
||||||
monero_wallet.setRecoveringFromSeed(isRecovery: true);
|
monero_wallet.setRecoveringFromSeed(isRecovery: true);
|
||||||
monero_wallet.setRefreshFromBlockHeight(height: height);
|
monero_wallet.setRefreshFromBlockHeight(height: height);
|
||||||
|
|
Loading…
Reference in a new issue