mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
Fix undefined reference error in command line KeepKey plugin.
This commit is contained in:
parent
168326e184
commit
8cb34f4d88
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
from electrum.plugins import hook
|
||||||
from electrum.util import print_msg, raw_input
|
from electrum.util import print_msg, raw_input
|
||||||
from .keepkey import KeepKeyPlugin
|
from .keepkey import KeepKeyPlugin
|
||||||
from ..hw_wallet import CmdLineHandler
|
from ..hw_wallet import CmdLineHandler
|
||||||
|
|
Loading…
Add table
Reference in a new issue