diff --git a/lib/wallet.py b/lib/wallet.py index 8a550faa..3cd0c9f2 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -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):