mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
client.py: add the missing remote_get_nodeid() method claimed in interfaces.py
This commit is contained in:
parent
0596b9fe19
commit
c10da1e1ef
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user