mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 07:48:11 +00:00
client.py: add the missing remote_get_nodeid() method claimed in interfaces.py
This commit is contained in:
@ -150,6 +150,8 @@ class Client(node.Node, Referenceable, testutil.PollMixin):
|
|||||||
return self.getServiceNamed(name)
|
return self.getServiceNamed(name)
|
||||||
raise RuntimeError("I am unwilling to give you service %s" % 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):
|
def get_all_peerids(self):
|
||||||
if not self.introducer_client:
|
if not self.introducer_client:
|
||||||
|
Reference in New Issue
Block a user