[bisq-network/bisq] Fix issues with missing persistence for trade state (#4816)

chimp1984 notifications at github.com
Thu Nov 19 01:59:47 CET 2020


@chimp1984 commented on this pull request.



> @@ -65,6 +65,7 @@ public BuyerAsTakerProtocol(BuyerAsTakerTrade trade) {
 
         Offer offer = checkNotNull(trade.getOffer());
         processModel.getTradingPeer().setPubKeyRing(offer.getPubKeyRing());
+        processModel.getTradeManager().requestPersistence();

Ah in the constructor it must not be called as trademanager is not set yet. I will remove that.

-- 
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/4816#discussion_r526522774
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201118/dfe19a1b/attachment-0001.html>


More information about the bisq-github mailing list