1
0

fix Master Public Keys dialog

This commit is contained in:
ThomasV
2015-02-05 13:29:18 +01:00
parent 19d7a81d70
commit 76cbafe754
2 changed files with 25 additions and 20 deletions

View File

@@ -1494,7 +1494,7 @@ class Wallet_2of2(BIP32_Wallet, Mnemonic):
def get_master_public_keys(self):
xpub1 = self.master_public_keys.get("x1/")
xpub2 = self.master_public_keys.get("x2/")
return {'x1':xpub1, 'x2':xpub2}
return { 'Self':xpub1, 'Cosigner':xpub2 }
def get_action(self):
xpub1 = self.master_public_keys.get("x1/")