1
0

trezor: remove code duplicated in base class

This commit is contained in:
Neil Booth
2016-02-27 13:17:59 +09:00
parent 1ec4ccdf2e
commit 0f33989768

View File

@@ -141,11 +141,6 @@ class TrezorCompatiblePlugin(HW_PluginBase):
return client
@hook
def close_wallet(self, wallet):
if isinstance(wallet, self.wallet_class):
self.device_manager().unpair_wallet(wallet)
def initialize_device(self, wallet):
# Initialization method
msg = _("Choose how you want to initialize your %s.\n\n"