2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-17 21:25:37 +00:00
This commit is contained in:
quadrismegistus 2020-09-12 22:21:00 +01:00
parent 9399f0c0d6
commit f27f847ecd

View File

@ -53,6 +53,7 @@ class Operator(Keymaker):
super().__init__(name=name,passphrase=passphrase, keychain=keychain, super().__init__(name=name,passphrase=passphrase, keychain=keychain,
path_crypt_keys=path_crypt_keys, path_crypt_data=path_crypt_data) path_crypt_keys=path_crypt_keys, path_crypt_data=path_crypt_data)
self.find_pubkey_and_name(name,pubkey)
# def boot(self): # def boot(self):
# ## get both name and pubkey somehow # ## get both name and pubkey somehow