Updated on 2026-08-14
This commit is contained in:
parent
766730b1cd
commit
9a4529cbdb
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ data class WalletState(
|
|||
val showSegwitAddress: Boolean
|
||||
get() {
|
||||
val listOfAddresses = walletAddresses?.list ?: return false
|
||||
return wallet?.blockchain == Blockchain.Bitcoin && listOfAddresses.size > 1
|
||||
return (wallet?.blockchain == Blockchain.Bitcoin || wallet?.blockchain == Blockchain.BitcoinTestnet)
|
||||
&& listOfAddresses.size > 1
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue