client.py: add the missing remote_get_nodeid() method claimed in interfaces.py

This commit is contained in:
Brian Warner 2007-09-26 12:20:48 -07:00
parent 0596b9fe19
commit c10da1e1ef

View File

@ -150,6 +150,8 @@ class Client(node.Node, Referenceable, testutil.PollMixin):
return self.getServiceNamed(name)
raise RuntimeError("I am unwilling to give you service %s" % name)
def remote_get_nodeid(self):
return self.nodeid
def get_all_peerids(self):
if not self.introducer_client: