浏览代码

remove outdated switch from run_network.sh

narodnik 5 年之前
父节点
当前提交
7dc7dbd88c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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