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

@ -138,11 +138,6 @@ public class TokenEngine extends CoinEngine {
return this.getBlockchain().getCurrency();
}
@Override
public String getOfflineBalanceHTML() {
return ctx.getString(R.string.not_implemented);
}
protected static int getChainDecimals() {
return 18;
}