From 75905c4b05eb4c772cd90732218e5ca5ef03dff1 Mon Sep 17 00:00:00 2001 From: fosse Date: Tue, 13 Feb 2024 13:36:13 -0500 Subject: [PATCH] fix --- cw_core/lib/wallet_type.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/cw_core/lib/wallet_type.dart b/cw_core/lib/wallet_type.dart index e070e144e..5b58e9a56 100644 --- a/cw_core/lib/wallet_type.dart +++ b/cw_core/lib/wallet_type.dart @@ -7,6 +7,7 @@ part 'wallet_type.g.dart'; const walletTypes = [ WalletType.monero, WalletType.bitcoin, + WalletType.lightning, WalletType.litecoin, WalletType.haven, WalletType.ethereum,