Updated on 2026-08-14
This commit is contained in:
parent
357cef6273
commit
bd88768b11
2 changed files with 4 additions and 4 deletions
|
|
@ -98,7 +98,7 @@ public class XlmEngine extends CoinEngine {
|
|||
@Override
|
||||
public boolean hasBalanceInfo() {
|
||||
if (coinData == null) return false;
|
||||
return coinData.getBalance() != null;
|
||||
return (coinData.getBalance() != null) || (coinData.isError404()) ;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue