mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
cleanup [skip ci]
This commit is contained in:
parent
c59e4dfee9
commit
cab76cc6a3
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue