Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/guide/node/operate-validator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Your node is syncing historical blocks.

```bash
# Check sync stage
curl -s localhost:8002/metrics | grep reth_sync_checkpoint
curl -s localhost:6060/metrics | grep reth_sync_checkpoint
```

If `reth_sync_checkpoint` shows stages other than `Finish`, you're still syncing.
Expand Down