Updated on 2026-08-14
This commit is contained in:
parent
b2a27ca21f
commit
56baebe95c
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ class GetCurrencyWarningsUseCase(
|
|||
coinCurrency = coinStatus.currency,
|
||||
)
|
||||
}
|
||||
feePaidCurrency is FeePaidCurrency.SameCurrency && !tokenStatus.value.amount.isZero() -> {
|
||||
feePaidCurrency is FeePaidCurrency.SameCurrency && tokenStatus.value.amount.isZero() -> {
|
||||
CryptoCurrencyWarning.BalanceNotEnoughForFee(
|
||||
tokenCurrency = tokenStatus.currency,
|
||||
coinCurrency = coinStatus.currency,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue