[bisq-network/bisq] Use existing timer in unlockwallet(pwd, timeout) (#4558)

chimp1984 notifications at github.com
Sat Sep 26 20:17:46 UTC 2020


@chimp1984 commented on this pull request.



> @@ -43,6 +43,12 @@
 public abstract class DisputeAgent implements ProtectedStoragePayload, ExpirablePayload {
     public static final long TTL = TimeUnit.DAYS.toMillis(10);
 
+    public enum DisputeAgentType {
+        ARBITRATOR,
+        MEDIATOR,
+        REFUNDAGENT

Ah ok. I think to have a mapping method would be useful to void too thight coupling of cli-API to (new) Bisq domain code. Specially as code style is different for CLI and Java.

-- 
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/4558#discussion_r495491658
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200926/114b3184/attachment-0001.html>


More information about the bisq-github mailing list