forked from LBRYCommunity/lbry-sdk
config fix
This commit is contained in:
parent
49a7408968
commit
72b004664f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class LbryWalletManager(BaseWalletManager):
|
|||
ledger_config = {
|
||||
'auto_connect': True,
|
||||
'default_servers': settings['lbryum_servers'],
|
||||
'wallet_path': settings['lbryum_wallet_dir'],
|
||||
'data_path': settings['lbryum_wallet_dir'],
|
||||
'use_keyring': settings['use_keyring']
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue