Autosign._xmrwallet_cfg: clone existing cfg
This commit is contained in:
parent
886ee5499d
commit
a94d354b85
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue