Parcourir la source

remove outdated switch from run_network.sh

narodnik il y a 5 ans
Parent
commit
7dc7dbd88c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      run_network.sh

+ 1 - 1
run_network.sh

@@ -6,7 +6,7 @@
 
 declare -a arr=(
     # Seed node
-    "cargo run --bin dfi -- -r 8999 --accept 127.0.0.1:9999 -D --log /tmp/darkfi/seed.log"
+    "cargo run --bin dfi -- -r 8999 --accept 127.0.0.1:9999 --log /tmp/darkfi/seed.log"
     # Server with no outgoing connections
     "cargo run --bin dfi -- -r 9000 --accept 127.0.0.1:10001 --seeds 127.0.0.1:9999 --log /tmp/darkfi/server.log"
     # Server/client with 2 outgoing connections