[bisq-network/bisq] Autoconfirm XMR trade if tx check was validated by proof service (#4421)

chimp1984 notifications at github.com
Sun Aug 23 19:41:36 UTC 2020


@chimp1984 commented on this pull request.



> +            String serviceAddress) {
+        this.txHash = txHash;
+        this.txKey = txKey;
+        this.recipientAddress = recipientAddress;
+        this.amount = amount;
+        this.confirmsRequired = confirmsRequired;
+        this.serviceAddress = serviceAddress;
+    }
+
+    // something to uniquely identify this object by
+    public String getKey() {
+        return txHash + "|" + serviceAddress;
+    }
+
+    public XmrProofResult checkApiResponse(String jsonTxt) {
+        try {

Cool! 

-- 
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/4421#discussion_r475257026
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200823/90fed753/attachment.html>


More information about the bisq-github mailing list