[bisq-network/bisq] Add core support for registration of regtest dispute agents via API (#4524)

Stan notifications at github.com
Wed Sep 16 14:19:08 UTC 2020


@ghubstan commented on this pull request.



> +                                  List<String> languageCodes,
+                                  ECKey ecKey,
+                                  String signature) {
+        Mediator mediator = new Mediator(
+                nodeAddress,
+                keyRing.getPubKeyRing(),
+                languageCodes,
+                new Date().getTime(),
+                ecKey.getPubKey(),
+                signature,
+                null,
+                null,
+                null
+        );
+        mediatorManager.addDisputeAgent(mediator, () -> {
+        }, errorMessage -> {

I thought the same about the indentation in lines 117-119.

-- 
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/4524#discussion_r489474338
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200916/938d79d8/attachment.html>


More information about the bisq-github mailing list