Updated on 2026-08-14
This commit is contained in:
parent
d9f3ad2087
commit
6ede7776b3
2 changed files with 1 additions and 2 deletions
|
|
@ -251,7 +251,6 @@ 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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue