minor fix

This commit is contained in:
Matthew Fosse 2025-01-02 12:24:56 -05:00
parent a7cd8ad97d
commit ef6ed481ac

View file

@ -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();