Explorar el Código

tau: fix default hostlist path

dasman hace 2 años
padre
commit
90c7bcb2c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/tau/taud/taud_config.toml

+ 1 - 1
bin/tau/taud/taud_config.toml

@@ -23,7 +23,7 @@ workspaces = ["darkfi-dev:2bCqQTd8BJgeUzH7JQELZxjQuWS8aCmXZ9C6w7ktNS1v"]
 # P2P network settings
 [net]
 # Path to a configured hostlist for saving known peers
-hostlist = "~/.local/darkfi/darkirc/hostlist.tsv"
+hostlist = "~/.local/darkfi/taud/hostlist.tsv"
 
 ## P2P accept addresses
 #inbound = ["tcp+tls://0.0.0.0:23331", "tcp+tls://[::]:23331"]