Browse Source

fix load_wallet of cosigner

283
ThomasV 10 years ago
parent
commit
5f10b49811
  1. 2
      plugins/cosigner_pool.py

2
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():

Loading…
Cancel
Save