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

chimp1984 notifications at github.com
Thu Oct 21 22:46:12 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());
+    }

By the way there are plenty of such commits which would not make sense isolated. They are all with the intention to get step by step closer to the version where only BSQ swap features are missing...

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


More information about the bisq-github mailing list