mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-19 15:25:34 +00:00
updates
This commit is contained in:
parent
16c5bc565b
commit
00b88c87c2
@ -43,6 +43,7 @@ class Operator(Keymaker):
|
|||||||
if pubkey:
|
if pubkey:
|
||||||
assert type(pubkey)==bytes
|
assert type(pubkey)==bytes
|
||||||
if isBase64(pubkey): pubkey = b64decode(pubkey)
|
if isBase64(pubkey): pubkey = b64decode(pubkey)
|
||||||
|
print(pubkey,keychain,'??',name)
|
||||||
if keychain.get('pubkey'):
|
if keychain.get('pubkey'):
|
||||||
assert keychain.get('pubkey') == pubkey
|
assert keychain.get('pubkey') == pubkey
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user