bug fix: seed_version
authorThomasV <thomasv@gitorious>
Tue, 15 Oct 2013 09:00:36 +0000 (11:00 +0200)
committerThomasV <thomasv@gitorious>
Tue, 15 Oct 2013 09:00:36 +0000 (11:00 +0200)
lib/wallet.py

index f361f41..b00e19a 100644 (file)
@@ -1476,7 +1476,7 @@ class Wallet:
 
         if self.is_found():
             self.seed_version = 4
-            self.storage.put('seed_version', wallet.seed_version, True)
+            self.storage.put('seed_version', self.seed_version, True)
         else:
             self.accounts.pop(0)
             self.create_accounts()