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:
Brian Warner
2007-01-16 15:12:49 -07:00
parent 2150ac0e53
commit 56cf2dbd7e
3 changed files with 11 additions and 13 deletions

View File

@ -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")