[bisq-network/bisq] Add signature to dispute result and various other improvements (#4543)

chimp1984 notifications at github.com
Fri Sep 25 12:50:07 UTC 2020


@chimp1984 commented on this pull request.



> @@ -222,6 +263,12 @@ public void initialize() {
             showFullReport();
         });
 
+        sigCheckButton = new AutoTooltipButton(Res.get("support.sigCheck.button"));
+        HBox.setHgrow(sigCheckButton, Priority.NEVER);
+        sigCheckButton.setOnAction(e -> {

The signature is not intended as check for the traders/arbitrator as that is anyway part of the p2p messaging (each msg gets checked if it is signed correctly by the sender). It is only intended for DAO voters.

-- 
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/4543#discussion_r494964480
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200925/946caffb/attachment.html>


More information about the bisq-github mailing list