bip32
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user