mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 05:57:21 +00:00
Wallet Template: fix rendering of balance label after coin toFriendlyString change.
This commit is contained in:
@@ -91,6 +91,6 @@ public class Controller {
|
||||
|
||||
public void refreshBalanceLabel() {
|
||||
final Coin amount = bitcoin.wallet().getBalance(Wallet.BalanceType.ESTIMATED);
|
||||
balance.setText(amount.toFriendlyString());
|
||||
balance.setText(amount.toPlainString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user