Updated on 2026-08-14
This commit is contained in:
parent
b76285101c
commit
d18308882d
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ public class ServerApiBinance {
|
|||
BinanceAssetData binanceAssetData = (BinanceAssetData) binanceData;
|
||||
for (Balance balance : account.getBalances()) {
|
||||
if (balance.getSymbol().equals(ctx.getCard().getContractAddress())) {
|
||||
binanceAssetData.setBalanceReceived(true);
|
||||
binanceAssetData.setAssetBalance(balance.getFree());
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue