[bisq-network/bisq] Reputation BSQ added to BSQ Wallet screen (#3366)

niyid notifications at github.com
Wed Nov 13 14:26:11 UTC 2019


niyid commented on this pull request.



> @@ -125,6 +136,9 @@ public void onUpdateBalances(Coin availableBalance,
         availableNonBsqBalanceTextField.setVisible(isNonBsqBalanceAvailable);
         availableNonBsqBalanceTextField.setManaged(isNonBsqBalanceAvailable);
         availableNonBsqBalanceTextField.setText(bsqFormatter.formatBTCWithCode(availableNonBsqBalance.value));
+        
+        // Update reputationBalanceTextField
+        reputationBalanceTextField.setText(bsqFormatter.formatBSQSatoshisWithCode(myBlindVoteListService.getCurrentlyAvailableMerit())); 

> I think it would be more appropriate to use DaoFacade.getAvailableMerit() here but perhaps not super important

OK. I will update.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3366#discussion_r345787160
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191113/d8598737/attachment.html>


More information about the bisq-github mailing list