From 81874df258c53799c46d4f50c6069b648f5d69cb Mon Sep 17 00:00:00 2001 From: Jacob Homanics Date: Tue, 1 Aug 2023 00:29:59 -0500 Subject: [PATCH] fixed a bug where sequencer.enabled was an unrecognized command and would prevent the script from running --- src/docs/build/getting-started.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/docs/build/getting-started.md b/src/docs/build/getting-started.md index a105be8..0a8bea7 100644 --- a/src/docs/build/getting-started.md +++ b/src/docs/build/getting-started.md @@ -420,7 +420,6 @@ cd ~/optimism/op-node ./bin/op-node \ --l2=http://localhost:8551 \ --l2.jwt-secret=./jwt.txt \ - --sequencer.enabled \ --sequencer.l1-confs=3 \ --verifier.l1-confs=3 \ --rollup.config=./rollup.json \