diff --git a/trezor_agent/gpg/encode.py b/trezor_agent/gpg/encode.py index 3ac15be..41a91a1 100644 --- a/trezor_agent/gpg/encode.py +++ b/trezor_agent/gpg/encode.py @@ -189,6 +189,7 @@ class Factory(object): unhashed_subpackets.append(proto.CUSTOM_SUBPACKET) log.info('confirm signing subkey with gpg-agent') + # TODO: support TREZOR-based primary key gpg_agent = AgentSigner(self.user_id) signature = proto.make_signature( signer_func=gpg_agent.sign,