mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-05 10:29:23 +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
|
||||
@override
|
||||
Future<void> stopSync() async {
|
||||
Future<void> stopSync({bool isBackgroundSync = false}) async {
|
||||
printV("stopSync() called!");
|
||||
_syncTimer?.cancel();
|
||||
_utxoStream?.cancel();
|
||||
|
|
Loading…
Reference in a new issue