Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-31 13:50:00 +05:00
parent a48967b3ce
commit 7c92486ece

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,