Updated on 2026-08-14
This commit is contained in:
parent
5e7550ab07
commit
abd604f9f1
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue