bip32
[electrum-nvc.git] / lib / simple_config.py
index bff7851..f8a9e00 100644 (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)