2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-16 00:12:48 +00:00
This commit is contained in:
quadrismegistus 2020-09-06 11:34:35 +01:00
parent 74b18c9a93
commit 0ac6688168

View File

@ -82,9 +82,9 @@ def init_operators():
print('TELEPHONE_PUBKEY =',b64encode(phone_pub)) print('TELEPHONE_PUBKEY =',b64encode(phone_pub))
print('TELEPHONE_PRIVKEY =',b64encode(phone_priv)) print('TELEPHONE_PRIVKEY =',b64encode(phone_priv))
# return { # return {
'op.keychain()':op.keychain(), # 'op.keychain()':op.keychain(),
'phone.keychain()':phone.keychain() # 'phone.keychain()':phone.keychain()
} # }
def test_op(): def test_op():