mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-07 03:19:31 +00:00
minor fix
This commit is contained in:
parent
a7cd8ad97d
commit
ef6ed481ac
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
|
||||||
|
|
||||||
@action
|
@action
|
||||||
@override
|
@override
|
||||||
Future<void> stopSync() async {
|
Future<void> stopSync({bool isBackgroundSync = false}) async {
|
||||||
printV("stopSync() called!");
|
printV("stopSync() called!");
|
||||||
_syncTimer?.cancel();
|
_syncTimer?.cancel();
|
||||||
_utxoStream?.cancel();
|
_utxoStream?.cancel();
|
||||||
|
|
Loading…
Reference in a new issue