cli support for hw encrypted wallets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user