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
committed by SomberNight
parent d0f9e20cf7
commit 2be9d0a25a
2 changed files with 4 additions and 11 deletions

View File

@@ -229,7 +229,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',