mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 09:29:48 +00:00
Fix build issue
This commit is contained in:
parent
08fcc8e1bf
commit
20b116eda5
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ abstract class ZanoWalletBase extends WalletBase<ZanoBalance, ZanoTransactionHis
|
|||
}
|
||||
|
||||
@override
|
||||
Future<void> close({required bool shouldCleanup}) async {
|
||||
Future<void> close({bool shouldCleanup = true}) async {
|
||||
closeWallet();
|
||||
_updateSyncInfoTimer?.cancel();
|
||||
_autoSaveTimer?.cancel();
|
||||
|
|
Loading…
Reference in a new issue