fix: get_master_public_key

This commit is contained in:
ThomasV 2014-04-25 10:39:07 +02:00
parent 40bd5e9c5f
commit 1662a9e9c5
1 changed files with 1 additions and 1 deletions

View File

@ -1739,7 +1739,7 @@ class OldWallet(NewWallet):
return {'Main Account':mpk}
def create_accounts(self, password):
mpk = self.get_master_public_key()
mpk = self.storage.get("master_public_key")
self.create_account(mpk)
def create_account(self, mpk):