From 8a0145c356366e2e747d95851bca37311ea7482f Mon Sep 17 00:00:00 2001 From: Victor Sint Nicolaas Date: Sat, 9 Mar 2024 10:13:24 +0100 Subject: [PATCH] Revert "add --dev-traffic usage to README" This reverts commit 281acb5d355f2ed5166b3217084eaf910afa0b90. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2807478563..6fa2186ca0 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ OPTIONS: In the first terminal, start the first validator by running: ``` -cargo run --release -- start --nodisplay --dev 0 --validator --dev-traffic +cargo run --release -- start --nodisplay --dev 0 --validator ``` In the second terminal, start the second validator by running: ```