mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-19 01:04:43 +00:00
[skip ci] minor enhancements
This commit is contained in:
parent
92669a6539
commit
7c5cd1959c
1 changed files with 7 additions and 0 deletions
|
@ -690,4 +690,11 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
|
|||
Future<void> save() async {
|
||||
await super.save();
|
||||
}
|
||||
|
||||
@override
|
||||
Future<void> close() async {
|
||||
await super.close();
|
||||
await mwebUtxosBox.close();
|
||||
_syncTimer?.cancel();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue