From 96b930f0f25dcb9ec0534daec51c124991895da3 Mon Sep 17 00:00:00 2001 From: Jonathan Zeppettini Date: Wed, 24 Feb 2016 15:19:05 -0500 Subject: [PATCH 1/2] Update README.rst Removed reference to non existent page... --- README.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.rst b/README.rst index 3419d917..5985cd56 100644 --- a/README.rst +++ b/README.rst @@ -37,11 +37,6 @@ If you don't have pip, install with:: -To start Electrum from your web browser, see -http://electrum.org/bitcoin_URIs.html - - - 2. HOW OFFICIAL PACKAGES ARE CREATED ------------------------------------ From 0f339897682b0c80a7c31e24eb915a1d50fc2eda Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 27 Feb 2016 13:17:59 +0900 Subject: [PATCH 2/2] trezor: remove code duplicated in base class --- plugins/trezor/plugin.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/trezor/plugin.py b/plugins/trezor/plugin.py index 6de6d8f3..f2a9b4d5 100644 --- a/plugins/trezor/plugin.py +++ b/plugins/trezor/plugin.py @@ -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"