mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
fix
This commit is contained in:
parent
3108c759e0
commit
ee1452b2d6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue