forked from LBRYCommunity/lbry-sdk
linux lbrycrdd path
This commit is contained in:
parent
57f728f40e
commit
5a703c116f
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ class LBRYDaemon(jsonrpc.JSONRPC):
|
||||||
else:
|
else:
|
||||||
self.wallet_dir = user_data_dir("LBRY")
|
self.wallet_dir = user_data_dir("LBRY")
|
||||||
else:
|
else:
|
||||||
self.lbrycrdd_path = "./lbrycrdd"
|
self.lbrycrdd_path = "lbrycrdd"
|
||||||
if self.wallet_type == "lbrycrd":
|
if self.wallet_type == "lbrycrd":
|
||||||
self.wallet_dir = os.path.join(os.path.expanduser("~"), ".lbrycrd")
|
self.wallet_dir = os.path.join(os.path.expanduser("~"), ".lbrycrd")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue