Updated on 2026-08-14

This commit is contained in:
Tangem 2022-04-26 09:59:18 +03:00
parent 21b15f5247
commit aefdfb1705

View file

@ -336,7 +336,7 @@ class EmailDataBuilder(
appendLine()
tokens.forEach { token ->
builder.appendKeyValue("Name", token.name)
if (token.id != null) builder.appendKeyValue("Id", token.id ?: "")
builder.appendKeyValue("ID", token.id ?: "[custom token]")
builder.appendKeyValue("Contract address", token.contractAddress)
}
}