Skip to content

Commit 4b522d7

Browse files
authored
Remove deprecated flag --disable-deposit-contract-sync from doc (#8124)
Co-Authored-By: 0x19dG87 <dmytro.ico@gmail.com>
1 parent b59feb0 commit 4b522d7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

book/src/run_a_node.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,9 @@ lighthouse bn \
7878
--network mainnet \
7979
--execution-endpoint http://localhost:8551 \
8080
--execution-jwt /secrets/jwt.hex \
81-
--checkpoint-sync-url https://mainnet.checkpoint.sigp.io \
82-
--disable-deposit-contract-sync
81+
--checkpoint-sync-url https://mainnet.checkpoint.sigp.io
8382
```
8483

85-
Since we are not staking, we can use the `--disable-deposit-contract-sync` flag to disable syncing of deposit logs from the execution node.
86-
8784
Once Lighthouse runs, we can monitor the logs to see if it is syncing correctly.
8885

8986
## Step 4: Check logs for sync status

0 commit comments

Comments
 (0)