mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-31 15:06:04 +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 {
|
Future<void> stopSync() async {
|
||||||
_syncTimer?.cancel();
|
_syncTimer?.cancel();
|
||||||
_utxoStream?.cancel();
|
_utxoStream?.cancel();
|
||||||
|
_stuckSyncTimer?.cancel();
|
||||||
await CwMweb.stop();
|
await CwMweb.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue