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

James Cox notifications at github.com
Tue Aug 25 15:08:16 UTC 2020


@jmacxx commented on this pull request.



> @@ -465,6 +475,7 @@ protected Trade(Offer offer,
         processModel = new ProcessModel();
         lastRefreshRequestDate = takeOfferDate;
         refreshInterval = Math.min(offer.getPaymentMethod().getMaxTradePeriod() / 5, MAX_REFRESH_INTERVAL);
+        xmrProofResult = new XmrProofResult(0, 0, XmrProofResult.State.FEATURE_DISABLED);

It needs an initial value on the trade for the case when auto confirmation is disabled and there will be no event fired.  Clients such as SellerStep3View display the status on screen.

-- 
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_r476523347
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200825/6e4c4d27/attachment.html>


More information about the bisq-github mailing list