From 33ff9ba6671bf8e7c38062a2106cd9f0f4a2a87e Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 20 Apr 2016 22:42:47 +0300 Subject: [PATCH] signer: update required patch link --- gpg/signer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpg/signer.py b/gpg/signer.py index 101aeca..ea6adf4 100755 --- a/gpg/signer.py +++ b/gpg/signer.py @@ -79,8 +79,8 @@ class Signer(object): self.user_id = user_id self.client_wrapper = trezor_agent.factory.load() - # This requires the following patch to trezor-mcu in order to work: - # https://gist.github.com/romanz/b66f5df1ca8ef15641df8ea5bb09fd47 + # This requires the following patch to trezor-mcu in order to work correctly: + # https://github.com/trezor/trezor-mcu/pull/79 self.identity = self.client_wrapper.identity_type() self.identity.proto = 'gpg' self.identity.host = user_id