From a94d354b85cf3899afde5fcdeb94f86b4eff9447 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Thu, 4 May 2023 18:53:35 +0000 Subject: [PATCH] Autosign._xmrwallet_cfg: clone existing cfg --- mmgen/autosign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmgen/autosign.py b/mmgen/autosign.py index 807d6bbd..42ee4b95 100755 --- a/mmgen/autosign.py +++ b/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),