mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
save
This commit is contained in:
parent
cba3fc65ce
commit
3e7087b7f3
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue