gpg: support TREZOR-based primary key

This commit is contained in:
Roman Zeyde
2016-06-11 13:47:56 +03:00
parent a1659e0f0d
commit 8108e5400d
2 changed files with 7 additions and 5 deletions

View File

@@ -295,6 +295,7 @@ def load_public_key(pubkey_bytes, use_custom=False):
packets = packets[2:]
packet['user_id'] = userid['value']
packet['_is_custom'] = signature['_is_custom']
return packet