Browse Source

Autosign._xmrwallet_cfg: clone existing cfg

The MMGen Project 1 year ago
parent
commit
a94d354b85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mmgen/autosign.py

+ 1 - 1
mmgen/autosign.py

@@ -479,10 +479,10 @@ class Autosign:
 		if not hasattr(self,'_xmrwallet_cfg'):
 			from .cfg import Config
 			self._xmrwallet_cfg = Config({
+				'_clone': self.cfg,
 				'coin': 'xmr',
 				'wallet_rpc_user': 'autosigner',
 				'wallet_rpc_password': 'my very secret password',
-				'passwd_file': self.cfg.passwd_file,
 				'wallet_dir': str(self.wallet_dir),
 				'autosign': True,
 				'autosign_mountpoint': str(self.mountpoint),