Updated on 2026-08-14

This commit is contained in:
Tangem 2018-09-04 13:21:07 +03:00
parent 8afcc6fbdf
commit 608753d937
10 changed files with 100 additions and 83 deletions

View file

@ -246,8 +246,8 @@ public class EthEngine extends CoinEngine {
// Long fee = null;
// Long amount = null;
// try {
// amount = mCard.InternalUnitsFromString(amountValue);
// fee = mCard.InternalUnitsFromString(feeValue);
// amount = mCard.internalUnitsFromString(amountValue);
// fee = mCard.internalUnitsFromString(feeValue);
// } catch (Exception e) {
// e.printStackTrace();
// return false;