deletion phase2a: improve creation of renew/cancel secrets. Still fake though.

This commit is contained in:
Brian Warner
2007-08-27 19:00:18 -07:00
parent 77a7232867
commit 56afda11d1
4 changed files with 53 additions and 37 deletions

View File

@ -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 ""