Updated on 2026-08-14
This commit is contained in:
parent
e61c83cd4e
commit
04ca7466c1
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ public class CardanoData extends CoinData {
|
|||
}
|
||||
|
||||
public CoinEngine.InternalAmount getBalanceInInternalUnits() {
|
||||
return new CoinEngine.InternalAmount(BigDecimal.valueOf(balance),"Lovelace");
|
||||
return balance == null ? null : new CoinEngine.InternalAmount(BigDecimal.valueOf(balance),"Lovelace");
|
||||
}
|
||||
|
||||
public void setBalance(Long balance) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue