keys-on-cli
quadrismegistus 4 years ago
parent 25e19c0081
commit 8d5dd42bc7

@ -132,7 +132,8 @@ class Operator(Keymaker):
clsname=(type(self)).__name__
name = clsname+' '+self.name if self.name!=clsname else clsname
keystr='+'.join(self.top_keys)
if self.pubkey:
# if self.pubkey:
if False:
pubk=self.pubkey_b64.decode()
pubk=pubk[-5:]
pubk = f' ({pubk})'# if pubk else ''

Loading…
Cancel
Save