Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-31 14:35:54 +05:00
commit f4898a4475

View file

@ -172,7 +172,7 @@ internal class SendNotificationFactory(
)
},
)
if (!BlockchainUtils.isCardano(currency.id.value)) {
if (!BlockchainUtils.isCardano(currency.network.id.value)) {
addDustWarningNotification(
dustValue = currencyCheck.dustValue,
feeValue = feeValue,