mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
separate queen's service of introduction-to-the-network from queen's service of providing-access-to-the-vdrive
This commit is contained in:
@ -96,6 +96,7 @@ class Client(node.Node, Referenceable):
|
||||
nodeid=self.nodeid,
|
||||
node=self,
|
||||
pburl=self.my_pburl)
|
||||
d.addCallback(lambda x: queen.callRemote("get_global_vdrive"))
|
||||
d.addCallback(self._got_vdrive_root)
|
||||
|
||||
def _got_vdrive_root(self, root):
|
||||
|
Reference in New Issue
Block a user