Updated on 2026-08-14
This commit is contained in:
parent
a79e8ec891
commit
8907a123cf
2 changed files with 5 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 4a1be08512fe2b45504f2bdaa0e35f5c11e11319
|
||||
Subproject commit 82f4a8aebcab924047705ad3ecd5f008f07ca0b5
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
package com.tangem.tap.common.feedback
|
||||
|
||||
import com.tangem.blockchain.common.Blockchain
|
||||
import com.tangem.tap.common.extensions.breakLine
|
||||
|
||||
class FeedbackDataBuilder(
|
||||
|
|
@ -33,9 +32,10 @@ class FeedbackDataBuilder(
|
|||
builder.appendKeyValue("Blockchain", walletInfo.blockchain.fullName)
|
||||
builder.appendKeyValue("Derivation path", walletInfo.derivationPath)
|
||||
|
||||
if (walletInfo.blockchain == Blockchain.Bitcoin) {
|
||||
builder.appendKeyValue("XPUB", infoHolder.extendedPublicKey)
|
||||
}
|
||||
// enable later
|
||||
// if (walletInfo.blockchain == Blockchain.Bitcoin) {
|
||||
// builder.appendKeyValue("XPUB", infoHolder.extendedPublicKey)
|
||||
// }
|
||||
|
||||
builder.appendKeyValue("Outputs count", walletInfo.outputsCount)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue