mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-28 22:10:31 +00:00
[skip ci] minor
This commit is contained in:
parent
ea1d4cbb41
commit
633d5242c2
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
|
||||||
_syncTimer?.cancel();
|
_syncTimer?.cancel();
|
||||||
_utxoStream?.cancel();
|
_utxoStream?.cancel();
|
||||||
_stuckSyncTimer?.cancel();
|
_stuckSyncTimer?.cancel();
|
||||||
|
_feeRatesTimer?.cancel();
|
||||||
await CwMweb.stop();
|
await CwMweb.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue