Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/wallets/wallet/intermediate/lib_salvium_wallet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,9 @@ abstract class LibSalviumWallet<T extends CryptonoteCurrency>
csSalvium.startListeners(wallet!);
csSalvium.startAutoSaving(wallet!);

// _setSyncStatus(ConnectedSyncStatus());
_setSyncStatus(ConnectedSyncStatus());
} catch (e, s) {
// _setSyncStatus(FailedSyncStatus());
_setSyncStatus(FailedSyncStatus());
Logging.instance.e(
"Exception caught in $runtimeType.updateNode(): ",
error: e,
Expand Down
36 changes: 18 additions & 18 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,66 +536,66 @@ packages:
dependency: "direct main"
description:
name: cs_salvium_flutter_libs
sha256: "05a9f9e3f8cb539a310419d49270492e84d0f89bccb4c31512c854b1fe1f1c5f"
sha256: ac02985a3b9791979d82126f9c7a3a0f239f0cbfed5346be5a2c30b36e53c737
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.1"
cs_salvium_flutter_libs_android:
dependency: transitive
description:
name: cs_salvium_flutter_libs_android
sha256: ad9537942f7c1416fbb3432cb154d641262bd18c56471c4f62dd1d2e7e23f125
sha256: "879706067b32450fe299fb558ad08d6b33cc2ea25a5ffe05ec38346b21e7d60a"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "3.0.1"
cs_salvium_flutter_libs_android_arm64_v8a:
dependency: transitive
description:
name: cs_salvium_flutter_libs_android_arm64_v8a
sha256: "4c307cd3276c7aa2a461ebcfc726adf9b4d9427dbdbad120dbe50f54d3690b4e"
sha256: "2b0d8047fd777a4a40b60f23310be20dafccbda0f5577465300f3128d90ad5d3"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "3.0.0"
cs_salvium_flutter_libs_android_armeabi_v7a:
dependency: transitive
description:
name: cs_salvium_flutter_libs_android_armeabi_v7a
sha256: "9491e0cdd4452c9c907e137acd2d08f76d33efc7a9d4b86fbfab69224bc9f473"
sha256: fb48829fdc52c4cbc71390dcb45a09fdd4e5dddb377bbd3a6b723225be6ea596
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "3.0.0"
cs_salvium_flutter_libs_android_x86_64:
dependency: transitive
description:
name: cs_salvium_flutter_libs_android_x86_64
sha256: "0b87ccd86bd9b0eeb659dade948d076cddf908d535fe803b769030da8ff406dc"
sha256: "3956342b7fc1e2edf9759d2eaf084909dc0a22e5545bc6b962bbdf59c14e23cf"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "3.0.0"
cs_salvium_flutter_libs_ios:
dependency: transitive
description:
name: cs_salvium_flutter_libs_ios
sha256: aa474e7da65ba36e23afc4936ffbe39328808619fbdac44dacad9aa3aafb1b08
sha256: "5917178148b04f642e604ad8acba041a96f752689a75d7074690a46b6207d3d8"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.0"
cs_salvium_flutter_libs_linux:
dependency: transitive
description:
name: cs_salvium_flutter_libs_linux
sha256: "8adc16e9d0fb8dc439475ddb2eaa4fcde8433fa2cb6e14ce814b1a40965eda5c"
sha256: "5722e9024cb269cb59b6cc4b1df605ddddb432afff04cf3c9bd513c5fbe91be7"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "3.0.0"
cs_salvium_flutter_libs_macos:
dependency: transitive
description:
name: cs_salvium_flutter_libs_macos
sha256: "988077e7affc6443a1b665bac6df3b39269cc1352375cb805bd6d26aac82b46f"
sha256: "4413f1f6dfec97574326fc004ea4849c855163d95763a1109cfe9edfc59e2951"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.0"
cs_salvium_flutter_libs_platform_interface:
dependency: transitive
description:
Expand All @@ -608,10 +608,10 @@ packages:
dependency: transitive
description:
name: cs_salvium_flutter_libs_windows
sha256: "934a1eeb95619df9e23eff13a6a6a356322297abfa6ab871283cdf665cc32c7f"
sha256: "87f354e0103919022d2376b4305c424eb48289ffe90995553d708bbcce819a79"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "3.0.0"
cs_wownero:
dependency: "direct main"
description:
Expand Down