mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-30 22:46:10 +00:00
minor fix
This commit is contained in:
parent
e05b06eefc
commit
f3c976cf42
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ abstract class ReceiveOptionViewModelBase with Store {
|
|||
break;
|
||||
case WalletType.litecoin:
|
||||
_options = [
|
||||
...bitcoin!.getLitecoinReceivePageOptions()
|
||||
...bitcoin!.getLitecoinReceivePageOptions(),
|
||||
...ReceivePageOptions.where((element) => element != ReceivePageOption.mainnet)
|
||||
];
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue