This commit is contained in:
Matthew Fosse 2023-12-11 10:42:35 -08:00
parent 3108c759e0
commit ee1452b2d6

View file

@ -32,7 +32,7 @@ Future<void> startFiatRateUpdate(
await FiatConversionService.fetchPrice(
crypto: appStore.wallet!.currency,
fiat: settingsStore.fiatCurrency,
apiMode: settingsStore.fiatApiMode == FiatApiMode.torOnly);
apiMode: settingsStore.fiatApiMode);
}
Iterable<Erc20Token>? currencies;