Updated on 2026-08-14

This commit is contained in:
Tangem 2019-08-14 16:12:30 +03:00
parent 0193926e46
commit c2ebf1f521
13 changed files with 10 additions and 82 deletions

View file

@ -83,11 +83,6 @@ public class NftTokenEngine extends CoinEngine {
return new InputFilter[0];
}
@Override
public String getOfflineBalanceHTML() {
return ctx.getString(R.string.not_implemented);
}
protected String getContractAddress(TangemCard card) {
return card.getContractAddress();
}