mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 20:09:23 +00:00
stop logging annoying monero sync non error
This commit is contained in:
parent
7105deeb24
commit
676b26ce37
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class MoneroWallet extends CoinServiceAPI {
|
||||||
try {
|
try {
|
||||||
syncingHeight = (walletBase!.syncStatus as SyncingSyncStatus).height;
|
syncingHeight = (walletBase!.syncStatus as SyncingSyncStatus).height;
|
||||||
} catch (e, s) {
|
} catch (e, s) {
|
||||||
Logging.instance.log("$e $s", level: LogLevel.Warning);
|
// Logging.instance.log("$e $s", level: LogLevel.Warning);
|
||||||
}
|
}
|
||||||
final cachedHeight =
|
final cachedHeight =
|
||||||
DB.instance.get<dynamic>(boxName: walletId, key: "storedSyncingHeight")
|
DB.instance.get<dynamic>(boxName: walletId, key: "storedSyncingHeight")
|
||||||
|
|
Loading…
Reference in a new issue