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

sqrrm notifications at github.com
Mon Nov 11 13:51:45 UTC 2019


sqrrm approved this pull request.

utACK

Still need ack from @ManfredKarrer for changes in DAO code to be able to merge

> @@ -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

-- 
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#pullrequestreview-314907582
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191111/66d3a016/attachment.html>


More information about the bisq-github mailing list