mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix hw_type
This commit is contained in:
parent
c63a0f2198
commit
eb60e0d2e0
3 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@ from ..trezor.plugin import TrezorCompatiblePlugin, TrezorCompatibleKeyStore
|
|||
|
||||
|
||||
class KeepKey_KeyStore(TrezorCompatibleKeyStore):
|
||||
wallet_type = 'keepkey'
|
||||
hw_type = 'keepkey'
|
||||
device = 'KeepKey'
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ from ..hw_wallet import HW_PluginBase
|
|||
TIM_NEW, TIM_RECOVER, TIM_MNEMONIC, TIM_PRIVKEY = range(0, 4)
|
||||
|
||||
class TrezorCompatibleKeyStore(Hardware_KeyStore):
|
||||
hw_type = 'trezor'
|
||||
|
||||
def get_derivation(self):
|
||||
return self.derivation
|
||||
|
|
|
@ -2,7 +2,7 @@ from .plugin import TrezorCompatiblePlugin, TrezorCompatibleKeyStore
|
|||
|
||||
|
||||
class TrezorKeyStore(TrezorCompatibleKeyStore):
|
||||
wallet_type = 'trezor'
|
||||
hw_type = 'trezor'
|
||||
device = 'TREZOR'
|
||||
|
||||
class TrezorPlugin(TrezorCompatiblePlugin):
|
||||
|
|
Loading…
Add table
Reference in a new issue