fix load_wallet of cosigner

This commit is contained in:
ThomasV 2014-08-25 15:58:06 +02:00
parent c2d175cb60
commit 5f10b49811
1 changed files with 2 additions and 0 deletions

View File

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