config fix

This commit is contained in:
Lex Berezhny 2018-07-07 01:11:27 -04:00 committed by Jack Robison
parent 49a7408968
commit 72b004664f
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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']
}