Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-05 16:23:19 +03:00
parent 5e7550ab07
commit abd604f9f1

View file

@ -101,6 +101,10 @@ internal class FeedbackDataBuilder {
fun addBlockchainError(info: BlockchainInfo, error: BlockchainErrorInfo) {
builder.appendKeyValue("Blockchain", info.blockchain)
builder.appendAddresses(
key = "Explorer link${info.explorerLinks.isMultiple(suffix = "s")}",
addresses = info.explorerLinks,
)
builder.appendKeyValue("Derivation path", info.derivationPath)
builder.appendKeyValue("Host", info.host)
builder.appendKeyValue("Token", error.tokenSymbol)