bitbox02: update to 7.0.0
This adds support for BitBox02 Nova devices.
This commit is contained in:
@@ -21,7 +21,7 @@ hidapi
|
||||
ckcc-protocol>=0.7.7
|
||||
|
||||
# device plugin: bitbox02
|
||||
bitbox02>=6.2.0
|
||||
bitbox02>=7.0.0
|
||||
|
||||
# device plugin: jade
|
||||
cbor2>=5.4.6,<6.0.0
|
||||
|
||||
@@ -641,7 +641,7 @@ class BitBox02_KeyStore(Hardware_KeyStore):
|
||||
|
||||
class BitBox02Plugin(HW_PluginBase):
|
||||
keystore_class = BitBox02_KeyStore
|
||||
minimum_library = (6, 2, 0)
|
||||
minimum_library = (7, 0, 0)
|
||||
DEVICE_IDS = [(0x03EB, 0x2403)]
|
||||
|
||||
SUPPORTED_XTYPES = ("p2wpkh-p2sh", "p2wpkh", "p2wsh", "p2wsh-p2sh")
|
||||
|
||||
Reference in New Issue
Block a user