darkfid: Fix seed URI typo in the config file

This commit is contained in:
parazyd
2023-02-18 17:50:56 +01:00
parent e052633c94
commit 42109793b3

View File

@@ -61,7 +61,7 @@ sync_p2p_accept = ["tls://0.0.0.0:8342"]
sync_slots = 8
# Seed nodes to connect to for the syncing protocol
sync_p2p_seed = ["tls:/lilith0.dark.fi:8342", "tls://lilith1.dark.fi:8342"]
sync_p2p_seed = ["tls://lilith0.dark.fi:8342", "tls://lilith1.dark.fi:8342"]
# Peers to connect to for the syncing protocol
#sync_p2p_peer = []