diff --git a/lbrynet/lbrynet_daemon/Daemon.py b/lbrynet/lbrynet_daemon/Daemon.py index 05a654b3a..657aa5779 100644 --- a/lbrynet/lbrynet_daemon/Daemon.py +++ b/lbrynet/lbrynet_daemon/Daemon.py @@ -353,6 +353,7 @@ class Daemon(jsonrpc.JSONRPC): self.wallet_dir = os.path.join(os.path.expanduser("~"), ".lbryum") if os.name != 'nt': + # TODO: are we still using this? lbrycrdd_path_conf = os.path.join(os.path.expanduser("~"), ".lbrycrddpath.conf") if not os.path.isfile(lbrycrdd_path_conf): f = open(lbrycrdd_path_conf, "w")