1
0
This commit is contained in:
ThomasV
2013-08-01 20:08:56 +02:00
committed by thomasv
parent f64c59f66f
commit db501aa976
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)