Просмотр исходного кода

darkfid: Fix seed URI typo in the config file

parazyd 3 лет назад
Родитель
Сommit
42109793b3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/darkfid/darkfid_config.toml

+ 1 - 1
bin/darkfid/darkfid_config.toml

@@ -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 = []