fix: get_master_public_key
authorThomasV <thomasv@gitorious>
Fri, 25 Apr 2014 08:39:07 +0000 (10:39 +0200)
committerThomasV <thomasv@gitorious>
Fri, 25 Apr 2014 08:39:07 +0000 (10:39 +0200)
lib/wallet.py

index 8a550fa..3cd0c9f 100644 (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):