[bisq-network/bisq] Add mediators keybase usernames (#5004)

Stan notifications at github.com
Mon Dec 28 16:27:38 CET 2020


@ghubstan approved this pull request.

utACK

> @@ -358,6 +360,9 @@ private void addContent() {
                     data += "\n\nRaw deposit transaction as hex:\n" + depositTxAsHex;
                 }
 
+                data += "\n\nSelected mediator: " + DisputeAgentLookupMap.getKeyBaseUserName(contract.getMediatorNodeAddress().getFullAddress());
+                data += "\nSelected arbitrator (refund agent): " + DisputeAgentLookupMap.getKeyBaseUserName(contract.getRefundAgentNodeAddress().getFullAddress());
+

Some strings are prefixed with `\n\n`, others with `\n`.  If this is the intent I'm not suggesting a change.

-- 
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/5004#pullrequestreview-559190317
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201228/8901bef1/attachment-0001.htm>


More information about the bisq-github mailing list