mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
Fix two keepkey imports
This commit is contained in:
parent
f3329988b2
commit
d69551f723
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
from electrum.wallet import BIP32_Hardware_Wallet
|
from electrum.wallet import BIP32_Hardware_Wallet
|
||||||
|
|
||||||
from plugins.trezor.gui_mixin import GuiMixin
|
from plugins.trezor.client import trezor_client_class
|
||||||
from plugins.trezor.plugin_generic import TrezorCompatiblePlugin
|
from plugins.trezor.plugin import TrezorCompatiblePlugin
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from keepkeylib.client import proto, BaseClient, ProtocolMixin
|
from keepkeylib.client import proto, BaseClient, ProtocolMixin
|
||||||
|
|
Loading…
Add table
Reference in a new issue