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

Christoph Atteneder notifications at github.com
Tue Nov 12 14:55:47 UTC 2019


ripcurlx 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())); 

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

@sqrrm Do you think we need the ACK from @ManfredKarrer that for display changes as well or just for DAO changes?

-- 
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_r345252681
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191112/fe8555d0/attachment.html>


More information about the bisq-github mailing list