cleanup [skip ci]

This commit is contained in:
Matthew Fosse 2025-01-06 17:16:42 -05:00
parent c59e4dfee9
commit cab76cc6a3

View file

@ -219,7 +219,6 @@ Future<void> onStart(ServiceInstance service) async {
final wallet = await walletLoadingService.load(moneroWallets[i].type, moneroWallets[i].name);
// stop regular sync process if it's been started
// await wallet.stopSync(isBackgroundSync: false);
await Future.delayed(const Duration(seconds: 10));
syncingWallets.add(wallet);
}