1
0
This commit is contained in:
ThomasV
2013-08-01 20:08:56 +02:00
parent 83744832d1
commit f4207d7e4c
5 changed files with 412 additions and 224 deletions

View File

@@ -206,7 +206,7 @@ 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_key') is None:
if self.wallet_config.get('master_public_keys') is None:
return
s = repr(self.wallet_config)