Updated on 2026-08-14
This commit is contained in:
parent
df411b9bdb
commit
03c7513e69
2 changed files with 4 additions and 2 deletions
|
|
@ -110,6 +110,7 @@ public class BtcEngine extends CoinEngine {
|
|||
}
|
||||
|
||||
public boolean isBalanceNotZero(TangemCard card) {
|
||||
if (card.getBalance() == null) return false;
|
||||
return card.getBalance() > 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue