mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-22 18:54:47 +00:00
fix
This commit is contained in:
parent
ae42bf53d2
commit
6aec8e8122
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Future<void> startFiatRateUpdate(
|
|||
}
|
||||
|
||||
if (appStore.wallet!.type == WalletType.lightning) {
|
||||
currencies = [CryptoCurrency.btc, CryptoCurrency.btcln];
|
||||
currencies = [CryptoCurrency.btc];
|
||||
}
|
||||
|
||||
if (currencies != null) {
|
||||
|
|
Loading…
Reference in a new issue