Skip to content

Commit

Permalink
Update trezor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
minkcrypto committed Aug 17, 2019
1 parent cc41351 commit 7dacb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/plugins/trezor/trezor.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class TrezorPlugin(HW_PluginBase):

firmware_URL = 'https://wallet.trezor.io'
libraries_URL = 'https://github.com/trezor/python-trezor'
minimum_firmware = (1, 8, 2)
minimum_firmware = (1, 5, 2)
keystore_class = TrezorKeyStore
minimum_library = (0, 11, 0)
maximum_library = (0, 12)
Expand Down

0 comments on commit 7dacb25

Please sign in to comment.