From 20b116eda526b5348be702bf55b1d62e4278ff16 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Sun, 15 Dec 2024 23:06:51 -0500 Subject: [PATCH] Fix build issue --- cw_zano/lib/zano_wallet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cw_zano/lib/zano_wallet.dart b/cw_zano/lib/zano_wallet.dart index 02d63175c..a11535e9c 100644 --- a/cw_zano/lib/zano_wallet.dart +++ b/cw_zano/lib/zano_wallet.dart @@ -174,7 +174,7 @@ abstract class ZanoWalletBase extends WalletBase close({required bool shouldCleanup}) async { + Future close({bool shouldCleanup = true}) async { closeWallet(); _updateSyncInfoTimer?.cancel(); _autoSaveTimer?.cancel();