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

chimp1984 notifications at github.com
Thu Oct 21 22:37:51 CEST 2021


@chimp1984 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());
+    }

That was just for preparing for bsq swap, there the second stream is used. I just added it that way to reduce diffs to the target version.

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


More information about the bisq-github mailing list