[bisq-network/bisq] Remove address prefix for mailbox messages (#4609)

chimp1984 notifications at github.com
Thu Oct 8 16:11:14 UTC 2020


@chimp1984 commented on this pull request.



>      ///////////////////////////////////////////////////////////////////////////////////////////
 
     private boolean removePersistedPeer(Peer persistedPeer) {
-        if (persistedPeers.contains(persistedPeer)) {
-            persistedPeers.remove(persistedPeer);
-            peerList.setAll(persistedPeers);
-            persistenceManager.requestPersistence();
+        if (getPersistedPeers().contains(persistedPeer)) {
+            //getPersistedPeers().remove(persistedPeer);

Ups that was for dev testing as in regtest environment the failed connection attempts quickly rise and then the peers get removed... will enable it again.

-- 
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/4609#discussion_r501842247
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201008/01e7bc3a/attachment-0001.html>


More information about the bisq-github mailing list