ttrezor: remove code duplicated in base class - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 0f339897682b0c80a7c31e24eb915a1d50fc2eda
DIR parent 1ec4ccdf2e8d660e612d6ac44b952f153f895389
HTML Author: Neil Booth <kyuupichan@gmail.com>
Date: Sat, 27 Feb 2016 13:17:59 +0900
ttrezor: remove code duplicated in base class
Diffstat:
M plugins/trezor/plugin.py | 5 -----
1 file changed, 0 insertions(+), 5 deletions(-)
---
DIR diff --git a/plugins/trezor/plugin.py b/plugins/trezor/plugin.py
t@@ -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"