Skip to content

Commit

Permalink
fix(run-a-node): Remove p2p.disable CLI option.
Browse files Browse the repository at this point in the history
The vast majority of users should leave P2P enabled so unsafe blocks can be received instead of waiting for batches to be published to L1.
  • Loading branch information
ajsutton committed Jun 29, 2023
1 parent 93e2a6f commit 370dc0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docs/developers/build/run-a-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ cd ~/optimism/op-node
--network=goerli \
--rpc.addr=0.0.0.0 \
--rpc.port=8547 \
--p2p.disable \
--l1= << URL TO L1 >>
```
Expand Down

0 comments on commit 370dc0c

Please sign in to comment.