Updated on 2026-08-14
This commit is contained in:
parent
7f11ecac12
commit
d7449741eb
2 changed files with 2 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ dependencies {
|
|||
implementation 'com.google.android.play:core-ktx:1.8.1'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||
|
||||
implementation 'com.tangem:blockchain:develop-44'
|
||||
implementation 'com.tangem:blockchain:develop-45'
|
||||
implementation 'com.tangem.tangem-sdk-kotlin:core:develop-95'
|
||||
implementation 'com.tangem.tangem-sdk-kotlin:android:develop-95'
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue