1
0

restore old accounts from seed

This commit is contained in:
ThomasV
2013-08-31 15:02:20 +02:00
parent f48c6130df
commit b983d12929
5 changed files with 56 additions and 59 deletions

View File

@@ -206,8 +206,8 @@ a SimpleConfig instance then reads the wallet file.
def save_wallet_config(self):
# prevent the creation of incomplete wallets
if self.wallet_config.get('master_public_keys') is None:
return
#if self.wallet_config.get('master_public_keys') is None:
# return
s = repr(self.wallet_config)
f = open(self.path,"w")