1
0

cli support for hw encrypted wallets

This commit is contained in:
SomberNight
2018-02-10 19:18:48 +01:00
parent 264e80a7b7
commit 4cc2575d72
8 changed files with 66 additions and 12 deletions

View File

@@ -9,3 +9,6 @@ class Plugin(KeepKeyPlugin):
if not isinstance(keystore, self.keystore_class):
return
keystore.handler = self.handler
def create_handler(self, window):
return self.handler