mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-30 14:36:06 +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 = '';
|
receiveAddress = '';
|
||||||
depositAddress = depositCurrency == wallet.currency
|
depositAddress = depositCurrency == wallet.currency
|
||||||
? wallet.walletAddresses.address : '';
|
? wallet.walletAddresses.address : '';
|
||||||
_cryptoNumberFormat = NumberFormat()..maximumFractionDigits = wallet.type == WalletType.bitcoin ? 8 : 12;
|
|
||||||
provider = providersForCurrentPair().first;
|
provider = providersForCurrentPair().first;
|
||||||
final initialProvider = provider;
|
final initialProvider = provider;
|
||||||
provider!.checkIsAvailable().then((bool isAvailable) {
|
provider!.checkIsAvailable().then((bool isAvailable) {
|
||||||
|
|
Loading…
Reference in a new issue