From ab61f0840c285b166b9d6f299777a16fb3396ac5 Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Tue, 11 Jul 2023 15:55:29 +0300 Subject: [PATCH] Fix Conflicts with main --- cw_core/lib/wallet_type.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cw_core/lib/wallet_type.dart b/cw_core/lib/wallet_type.dart index aa6cb5cf4..c208e41ee 100644 --- a/cw_core/lib/wallet_type.dart +++ b/cw_core/lib/wallet_type.dart @@ -30,7 +30,7 @@ enum WalletType { haven, @HiveField(5) - ethereum + ethereum, } int serializeToInt(WalletType type) {