electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 5f10b498118d03be7df3df73e7e0afcd62c0f511
parent c2d175cb60db02cb31e9f92a56a96ffb3fd807d9
Author: ThomasV <thomasv@gitorious>
Date:   Mon, 25 Aug 2014 15:58:06 +0200

fix load_wallet of cosigner

Diffstat:
Mplugins/cosigner_pool.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/plugins/cosigner_pool.py b/plugins/cosigner_pool.py @@ -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():