1
0

restore get_master_public_key function. fixes #668

This commit is contained in:
ThomasV
2014-04-29 12:26:58 +02:00
parent 5d68ce4f22
commit 0ba73dfc95
2 changed files with 8 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ class Commands:
return electrum.ELECTRUM_VERSION
def getmpk(self):
return self.wallet.get_master_public_keys()
return self.wallet.get_master_public_key()
def getseed(self):
mnemonic = self.wallet.get_mnemonic(self.password)