commit 52eb4aebe606f515a2f9ab11a99dce5a6933756c
parent 1359fac4c9b2166362c8b8498433e1168fec5ee1
Author: SomberNight <somber.night@protonmail.com>
Date: Mon, 4 Dec 2017 18:38:58 +0100
follow-up 958b794bc9e38343d9a3738f4c22afc3a3b8e917
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/keepkey/plugin.py b/plugins/keepkey/plugin.py
@@ -59,7 +59,7 @@ class KeepKeyCompatibleKeyStore(Hardware_KeyStore):
self.plugin.sign_transaction(self, tx, prev_tx, xpub_path)
-class TrezorCompatiblePlugin(HW_PluginBase):
+class KeepKeyCompatiblePlugin(HW_PluginBase):
# Derived classes provide:
#
# class-static variables: client_class, firmware_URL, handler_class,