mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-29 22:16:05 +00:00
[skip ci] minor fix
This commit is contained in:
parent
3e43e899a5
commit
f579f67c15
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ abstract class ExchangeViewModelBase with Store {
|
|||
receiveAddress = '';
|
||||
depositAddress = depositCurrency == wallet.currency
|
||||
? wallet.walletAddresses.address : '';
|
||||
_cryptoNumberFormat = NumberFormat()..maximumFractionDigits = wallet.type == WalletType.bitcoin ? 8 : 12;
|
||||
provider = providersForCurrentPair().first;
|
||||
final initialProvider = provider;
|
||||
provider!.checkIsAvailable().then((bool isAvailable) {
|
||||
|
|
Loading…
Reference in a new issue