mirror of
https://github.com/romanz/amodem.git
synced 2026-02-07 18:08:03 +08:00
factory: require TREZOR firmware v1.4.0+ for GPG signatures and decryption
This commit is contained in:
@@ -54,7 +54,7 @@ def _load_trezor():
|
||||
hid_transport=HidTransport,
|
||||
passphrase_ack=PassphraseAck,
|
||||
identity_type=IdentityType,
|
||||
required_version='>=1.3.4',
|
||||
required_version='>=1.4.0',
|
||||
call_exception=CallException)
|
||||
except ImportError:
|
||||
log.exception('Missing module: install via "pip install trezor"')
|
||||
|
||||
Reference in New Issue
Block a user