Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-02 14:52:28 +05:00
parent 61ba6daa97
commit dd42e71d66
2 changed files with 7 additions and 1 deletions

View file

@ -476,6 +476,7 @@ object NotificationsFactory {
rentExemptionAmount: BigDecimal,
cryptoCurrency: CryptoCurrency,
) {
if (cryptoCurrency !is CryptoCurrency.Coin) return
add(
NotificationUM.Solana.RentExemptionDestination(
rentExemptionAmount = rentExemptionAmount,