Merge pull request #31 from romanz/master

Update ledger branch with the latest changes from master branch
This commit is contained in:
Roman Zeyde
2016-09-05 22:28:07 +03:00
committed by GitHub
6 changed files with 26 additions and 9 deletions

View File

@@ -56,7 +56,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"')