mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
deletion phase2a: improve creation of renew/cancel secrets. Still fake though.
This commit is contained in:
@ -168,3 +168,8 @@ class Client(node.Node, Referenceable):
|
||||
if self.introducer_client:
|
||||
return self.introducer_client.connected_to_introducer()
|
||||
return False
|
||||
|
||||
def get_renewal_secret(self):
|
||||
return ""
|
||||
def get_cancel_secret(self):
|
||||
return ""
|
||||
|
Reference in New Issue
Block a user