mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-19 01:04:43 +00:00
[skip ci] minor
This commit is contained in:
parent
cb74505f59
commit
ea1d4cbb41
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
|
|||
Future<void> stopSync() async {
|
||||
_syncTimer?.cancel();
|
||||
_utxoStream?.cancel();
|
||||
_stuckSyncTimer?.cancel();
|
||||
await CwMweb.stop();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue