Browse Source

Merge pull request #3288 from JustinTArthur/keepkey-cmdline-fix

Fix undefined reference error in command line KeepKey plugin.
3.0.x
ThomasV 7 years ago
committed by GitHub
parent
commit
c90b666fd6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      plugins/keepkey/cmdline.py

1
plugins/keepkey/cmdline.py

@ -1,3 +1,4 @@
from electrum.plugins import hook
from electrum.util import print_msg, raw_input
from .keepkey import KeepKeyPlugin
from ..hw_wallet import CmdLineHandler

Loading…
Cancel
Save