Updated on 2026-08-14
This commit is contained in:
commit
e52cc6582d
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ public class XlmAssetEngine extends CoinEngine {
|
|||
@Override
|
||||
public boolean hasBalanceInfo() {
|
||||
if (coinData == null) return false;
|
||||
return (coinData.getXlmBalance() != null && coinData.getAssetBalance() != null) || (coinData.isError404());
|
||||
return coinData.getXlmBalance() != null || coinData.isError404();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue