[bisq-network/bisq] Refactor capabilities (#2552)

Manfred Karrer notifications at github.com
Mon Mar 18 18:59:21 UTC 2019


ManfredKarrer commented on this pull request.



> @@ -176,7 +176,7 @@ public void readPersisted() {
         PeerList persistedPeerList = storage.initAndGetPersistedWithFileName("PeerList", 1000);
         if (persistedPeerList != null) {
             long peersWithNoCapabilitiesSet = persistedPeerList.getList().stream()
-                    .filter(e -> e.getCapabilities().hasCapabilities())
+                    .filter(e -> e.getCapabilities().isEmpty())

Ah ok. I did not look closer to the intended behaviour...

-- 
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/2552#discussion_r266594980
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190318/e5c8d81a/attachment.html>


More information about the bisq-github mailing list