Explorar o código

remove outdated switch from run_network.sh

narodnik %!s(int64=5) %!d(string=hai) anos
pai
achega
7dc7dbd88c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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