[bisq-network/bisq] Add new 'getoffer offer-id' api method (#4608)

Stan notifications at github.com
Wed Oct 14 22:30:36 UTC 2020


@ghubstan commented on this pull request.



> @@ -67,6 +68,16 @@ public CoreOffersService(CreateOfferService createOfferService,
         this.user = user;
     }
 
+    Offer getOffer(String id) {
+        List<Offer> offers = offerBookService.getOffers().stream()
+                .filter(o -> o.getId().equals(id))
+                .collect(Collectors.toList());

Resolved by commit 8394bd1

-- 
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/4608#discussion_r505024688
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201014/c1d265b7/attachment-0001.html>


More information about the bisq-github mailing list