rename lbnyum_wallet_dir to wallet_dir

This commit is contained in:
Thomas Zarebczan 2019-01-10 21:00:09 -05:00 committed by Lex Berezhny
parent 6c3eee0f0e
commit e0386ea9dc

View file

@ -54,7 +54,7 @@ def download_it(peer, timeout, blob_hash):
tmp_blob_manager = DiskBlobManager(tmp_dir, storage)
config = {'auto_connect': True}
config['lbryum_wallet_dir'] = tempfile.mkdtemp()
config['wallet_dir'] = tempfile.mkdtemp()
config['use_keyring'] = False
config['blockchain_name'] = conf.settings['blockchain_name']
config['lbryum_servers'] = []