fix hw_type
This commit is contained in:
@@ -2,7 +2,7 @@ from .plugin import TrezorCompatiblePlugin, TrezorCompatibleKeyStore
|
||||
|
||||
|
||||
class TrezorKeyStore(TrezorCompatibleKeyStore):
|
||||
wallet_type = 'trezor'
|
||||
hw_type = 'trezor'
|
||||
device = 'TREZOR'
|
||||
|
||||
class TrezorPlugin(TrezorCompatiblePlugin):
|
||||
|
||||
Reference in New Issue
Block a user