1
0

disable 'new account' in old wallets

This commit is contained in:
thomasv
2013-09-03 09:52:55 +02:00
parent 7204dceeac
commit a417816e69
2 changed files with 4 additions and 3 deletions

View File

@@ -370,7 +370,6 @@ class Wallet:
def create_old_account(self):
print self.seed
mpk = OldAccount.mpk_from_seed(self.seed)
self.storage.put('master_public_key', mpk, True)
self.accounts[0] = OldAccount({'mpk':mpk, 0:[], 1:[]})