[skip ci] minor fix

Serhii committed Mar 31, 2023 at 15:42 UTC f579f67c15a6f2fbdfd9803f66841da05ea630cc
1 file changed -1
lib/view_model/exchange/exchange_view_model.dart
-1
@@ -97,7 +97,6 @@ abstract class ExchangeViewModelBase with Store {
97 receiveAddress = '';
98 depositAddress = depositCurrency == wallet.currency
99 ? wallet.walletAddresses.address : '';
100 - _cryptoNumberFormat = NumberFormat()..maximumFractionDigits = wallet.type == WalletType.bitcoin ? 8 : 12;
100 provider = providersForCurrentPair().first;
101 final initialProvider = provider;
102 provider!.checkIsAvailable().then((bool isAvailable) {