[bisq-network/bisq] Add txId to proposal display (#2519)

benk10 notifications at github.com
Fri Mar 8 16:21:59 UTC 2019


ben-kaufman commented on this pull request.



> @@ -477,6 +486,12 @@ public void applyProposalPayload(Proposal proposal) {
             linkHyperlinkWithIcon.setOnAction(e -> GUIUtil.openWebPage(proposal.getLink()));
         }
 
+        if (txHyperlinkWithIcon != null) {
+            txHyperlinkWithIcon.setText(proposal.getTxId());
+            txHyperlinkWithIcon.setOnAction(e ->
+                    GUIUtil.openWebPage("https://explorer.bisq.network/testnet/tx.html?tx=" + proposal.getTxId()));

Thanks, fixed it.

-- 
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/2519#discussion_r263837743
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190308/a46487d1/attachment.html>


More information about the bisq-github mailing list