From 3e7087b7f3207b7966e0e71947f3085c7aa927fb Mon Sep 17 00:00:00 2001 From: fosse Date: Wed, 15 Nov 2023 09:08:48 -0500 Subject: [PATCH] save --- lib/entities/main_actions.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/entities/main_actions.dart b/lib/entities/main_actions.dart index 4fd4638ef..f1e0c7ac1 100644 --- a/lib/entities/main_actions.dart +++ b/lib/entities/main_actions.dart @@ -53,7 +53,7 @@ class MainActions { case WalletType.bitcoin: case WalletType.litecoin: case WalletType.ethereum: - // case WalletType.bitcoinCash: // TODO: add sign message function to BCH first + // case WalletType.bitcoinCash: // TODO: add sign message function to BCH first switch (defaultBuyProvider) { case BuyProviderType.AskEachTime: Navigator.pushNamed(context, Routes.buy); @@ -102,7 +102,7 @@ class MainActions { if (!viewModel.isEnabledExchangeAction) return; final defaultExchangeProvider = viewModel.defaultExchangeProvider; final walletType = viewModel.type; - + switch (walletType) { case WalletType.bitcoin: case WalletType.litecoin: