This commit is contained in:
Matthew Fosse 2024-03-01 14:23:21 -08:00
parent ae42bf53d2
commit 6aec8e8122

View file

@ -54,7 +54,7 @@ Future<void> startFiatRateUpdate(
}
if (appStore.wallet!.type == WalletType.lightning) {
currencies = [CryptoCurrency.btc, CryptoCurrency.btcln];
currencies = [CryptoCurrency.btc];
}
if (currencies != null) {