Updated on 2026-08-14
This commit is contained in:
parent
36e88c9c72
commit
e66b7ee2bd
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ public class TokenEngine extends CoinEngine {
|
|||
if (amount.getCurrency().equals(ctx.getCard().tokenSymbol)) {
|
||||
balance = convertToAmount(coinData.getBalanceInInternalUnits());
|
||||
} else if (amount.getCurrency().equals("ETH") && coinData.getBalanceInInternalUnits().isZero()) {
|
||||
balance = convertToAmount(coinData.getBalanceInInternalUnits());
|
||||
balance = convertToAmount(coinData.getBalanceAlterInInternalUnits());
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue