Updated on 2026-08-14
This commit is contained in:
commit
714eb51ce5
34 changed files with 345 additions and 114 deletions
|
|
@ -106,6 +106,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