1
0

hww: impl get_client in Hardware_KeyStore instead of subclasses

This commit is contained in:
SomberNight
2022-06-03 15:29:25 +02:00
parent 745e697188
commit b5d3f1458a
9 changed files with 35 additions and 42 deletions

View File

@@ -31,9 +31,6 @@ class KeepKey_KeyStore(Hardware_KeyStore):
plugin: 'KeepKeyPlugin'
def get_client(self, force_pair=True):
return self.plugin.get_client(self, force_pair)
def decrypt_message(self, sequence, message, password):
raise UserFacingException(_('Encryption and decryption are not implemented by {}').format(self.device))