Updated on 2026-08-14
This commit is contained in:
parent
adfd2aa2bd
commit
6498d469e3
3 changed files with 37 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ public class TangemContext {
|
|||
return token + " <br><small><small> " + getBlockchain().getOfficialName() + " smart contract token</small></small>";
|
||||
}
|
||||
if (blockchain == Blockchain.NftToken) {
|
||||
return card.getTokenSymbol().substring(4) + " <br><small><small> " + getBlockchain().getOfficialName() + " smart contract token</small></small>";
|
||||
return card.getTokenSymbol().substring(4) + " <br><small><small> " + getBlockchain().getOfficialName() + " NFT token</small></small>";
|
||||
}
|
||||
return blockchain.getOfficialName();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ public class NftTokenEngine extends CoinEngine {
|
|||
public String getBalanceHTML() {
|
||||
if (hasBalanceInfo()) {
|
||||
if (isBalanceNotZero()) {
|
||||
return "AUTHENTIC";// + getBalanceCurrency();
|
||||
return "GENUINE";// + getBalanceCurrency();
|
||||
} else {
|
||||
return "NOT FOUND";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue