commit c90b666fd6ba2b60ccf9b52c37f9a011e8ad9eb9
parent ab466a766063ed7196dda2e8122b5fc5ab2e75fb
Author: ThomasV <thomasv@electrum.org>
Date: Mon, 13 Nov 2017 09:21:40 +0100
Merge pull request #3288 from JustinTArthur/keepkey-cmdline-fix
Fix undefined reference error in command line KeepKey plugin.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/plugins/keepkey/cmdline.py b/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