fix raw_input() in trezor cmdline
This commit is contained in:
parent
0a648e2b1c
commit
5d81ed5d62
@ -1,4 +1,4 @@
|
|||||||
from electrum.util import print_msg
|
from electrum.util import print_msg, raw_input
|
||||||
from .keepkey import KeepKeyPlugin
|
from .keepkey import KeepKeyPlugin
|
||||||
|
|
||||||
class KeepKeyCmdLineHandler:
|
class KeepKeyCmdLineHandler:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
from electrum.util import print_msg
|
from electrum.util import print_msg, raw_input
|
||||||
from .trezor import TrezorPlugin
|
from .trezor import TrezorPlugin
|
||||||
|
|
||||||
class TrezorCmdLineHandler:
|
class TrezorCmdLineHandler:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user