Updated on 2026-08-14
This commit is contained in:
parent
4932fa45d0
commit
54ee7d1d97
1 changed files with 1 additions and 4 deletions
|
|
@ -216,10 +216,7 @@ data class WalletData(
|
|||
) {
|
||||
fun shouldShowMultipleAddress(): Boolean {
|
||||
val listOfAddresses = walletAddresses?.list ?: return false
|
||||
return (currency?.blockchain == Blockchain.Bitcoin ||
|
||||
currency?.blockchain == Blockchain.BitcoinTestnet ||
|
||||
currency?.blockchain == Blockchain.CardanoShelley) &&
|
||||
listOfAddresses.size > 1
|
||||
return listOfAddresses.size > 1
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue