[bisq-network/bisq] BSQ swap low risk refactorings [2] (PR #5770)

Stan notifications at github.com
Thu Oct 21 21:13:53 CEST 2021


@ghubstan commented on this pull request.



> @@ -718,6 +733,11 @@ private void addTrade(Trade trade) {
         }
     }
 
+    private Stream<TradeModel> getPendingTrades() {
+        return Stream.concat(tradableList.stream(),
+                Stream.empty());
+    }

Can't you just `return tradableList.stream();` ?

-- 
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/5770#pullrequestreview-786103288
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211021/aaac7da1/attachment.htm>


More information about the bisq-github mailing list