Updated on 2026-08-14

This commit is contained in:
Tangem 2021-11-17 13:21:04 +03:00
parent 7f11ecac12
commit d7449741eb
2 changed files with 2 additions and 1 deletions

View file

@ -251,6 +251,7 @@ data class WalletData(
fun shouldShowMultipleAddress(): Boolean {
val listOfAddresses = walletAddresses?.list ?: return false
return listOfAddresses.size > 1
&& currency.blockchain != Blockchain.Litecoin //TODO: remove this after fixing sending from Segwit for Litecoin
}
}