mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
now that foolscap-0.0.7 accepts connect-to-self, allow peers to know about themselves. We now require foolscap-0.0.7
This commit is contained in:
@ -100,8 +100,6 @@ class Client(node.Node, Referenceable):
|
||||
|
||||
def remote_add_peers(self, new_peers):
|
||||
for nodeid, pburl in new_peers:
|
||||
if nodeid == self.nodeid:
|
||||
continue
|
||||
self.log("adding peer %s" % idlib.b2a(nodeid))
|
||||
if nodeid in self.all_peers:
|
||||
self.log("weird, I already had an entry for them")
|
||||
|
Reference in New Issue
Block a user