mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
trezor: bump library requirement
This commit is contained in:
parent
3fc70bd97a
commit
da41e4c289
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
trezor[hidapi]>=0.11.0
|
||||
trezor[hidapi]>=0.11.5
|
||||
safet[hidapi]>=0.1.0
|
||||
keepkey>=6.0.3
|
||||
btchip-python>=0.1.26
|
||||
|
|
|
@ -112,7 +112,7 @@ class TrezorPlugin(HW_PluginBase):
|
|||
libraries_URL = 'https://github.com/trezor/python-trezor'
|
||||
minimum_firmware = (1, 5, 2)
|
||||
keystore_class = TrezorKeyStore
|
||||
minimum_library = (0, 11, 0)
|
||||
minimum_library = (0, 11, 5)
|
||||
maximum_library = (0, 12)
|
||||
SUPPORTED_XTYPES = ('standard', 'p2wpkh-p2sh', 'p2wpkh', 'p2wsh-p2sh', 'p2wsh')
|
||||
DEVICE_IDS = (TREZOR_PRODUCT_KEY,)
|
||||
|
|
Loading…
Add table
Reference in a new issue