diff --git a/cw_bitcoin/lib/electrum_wallet.dart b/cw_bitcoin/lib/electrum_wallet.dart index ae373c47b..9a5ae0ea0 100644 --- a/cw_bitcoin/lib/electrum_wallet.dart +++ b/cw_bitcoin/lib/electrum_wallet.dart @@ -260,7 +260,6 @@ abstract class ElectrumWalletBase bool syncStatusLock = false; @override - @action set syncStatus(SyncStatus value) { _syncStatus = value; } diff --git a/cw_core/pubspec.lock b/cw_core/pubspec.lock index 624a184fc..9ae5a5082 100644 --- a/cw_core/pubspec.lock +++ b/cw_core/pubspec.lock @@ -479,10 +479,10 @@ packages: description: path: "." ref: cake-update-v4 - resolved-ref: e99d7820e53a685cb4de7af995a493d6d1effd27 + resolved-ref: "084fb7bf13ec42d74f26ac08c883ce07c10fca7e" url: "https://github.com/cake-tech/on_chain.git" source: git - version: "6.1.0" + version: "6.2.0" package_config: dependency: transitive description: diff --git a/pubspec_base.yaml b/pubspec_base.yaml index 161734956..29371a07f 100644 --- a/pubspec_base.yaml +++ b/pubspec_base.yaml @@ -116,6 +116,7 @@ dependencies: git: url: https://github.com/cake-tech/on_chain.git ref: cake-update-v4 + reown_walletkit: ^1.1.2 blockchain_utils: git: url: https://github.com/cake-tech/blockchain_utils