tfix load_wallet of cosigner - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 5f10b498118d03be7df3df73e7e0afcd62c0f511 DIR parent c2d175cb60db02cb31e9f92a56a96ffb3fd807d9 HTML Author: ThomasV <thomasv@gitorious> Date: Mon, 25 Aug 2014 15:58:06 +0200 fix load_wallet of cosigner Diffstat: M plugins/cosigner_pool.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- DIR diff --git a/plugins/cosigner_pool.py b/plugins/cosigner_pool.py t@@ -110,6 +110,8 @@ class Plugin(BasePlugin): def load_wallet(self, wallet): self.wallet = wallet + if not self.is_available(): + return mpk = self.wallet.get_master_public_keys() self.cosigner_list = [] for key, xpub in mpk.items():