Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-26 16:27:33 +02:00
parent bce16bf692
commit 6d461cf400
16 changed files with 180 additions and 84 deletions

View file

@ -31,7 +31,7 @@ class DefaultWalletAddressServiceRepository(
blockchain = blockchain,
derivationPath = network.derivationPath.value,
)
walletManager?.wallet?.ens
walletManager?.wallet?.ens.takeIf { it.isNullOrEmpty().not() }
}
}