1
0

Remove decrypt_message; no longer supported by Trezor or KeepKey

This commit is contained in:
Neil Booth
2017-10-17 18:18:03 +09:00
parent fbb5b23e78
commit 21e0cd9237
2 changed files with 4 additions and 11 deletions

View File

@@ -230,7 +230,7 @@ class TrezorClientBase(GuiMixin, PrintError):
@staticmethod
def wrap_methods(cls):
for method in ['apply_settings', 'change_pin', 'decrypt_message',
for method in ['apply_settings', 'change_pin',
'get_address', 'get_public_node',
'load_device_by_mnemonic', 'load_device_by_xprv',
'recovery_device', 'reset_device', 'sign_message',