[bisq-network/bisq] Add API 'gettrades' method (PR #5976)

Christoph Atteneder notifications at github.com
Thu Jan 27 09:50:51 CET 2022


@ripcurlx commented on this pull request.



>          } else {
             var failedV1Trades = failedTradesManager.getTrades();
-            return failedV1Trades.stream().map(t -> (TradeModel) t).collect(Collectors.toList());
+            return failedV1Trades.stream()
+                    .map(t -> (TradeModel) t)

Why do you need to map it here?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5976#pullrequestreview-864545917
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/pull/5976/review/864545917 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220127/5ef36bfa/attachment.htm>


More information about the bisq-github mailing list