Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
philknows committed Oct 20, 2024
1 parent 42460a3 commit a5b3fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/run/beacon-management/starting-a-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@ If possible, validate your `wssCheckpoint` state from multiple places (e.g. diff
#### Still Taking Long to Sync?

After your node has been offline for a while, it might be the case that it takes a long time to sync even though a `--checkpointSyncUrl` is specified.
This is due to the fact that the last databse state is still within the weak subjectivity period (~15 days on mainnet) which causes the node
This is due to the fact that the last database state is still within the weak subjectivity period (~15 days on mainnet) which causes the node
to sync from the database state instead of the checkpoint state.

It is possible to force syncing from a checkpoint state by supplying the `--forceCheckpointSync` flag. This option is only recommended if it is absolutely
necessary for the node to be synced right away to fulfill its duties as there is an inherent risk each time the state is obtained from an external source.

### Sync Log Guide

The Lodestar beacon syncronization log aims to provide information of utmost importance about the state of your node and be succinct at the same time. You may see the sync logs in the following format:
The Lodestar beacon sync log aims to provide information of utmost importance about the state of your node and be succinct at the same time. You may see the sync logs in the following format:

`[Sync status] - [ Slot info ] - [Head info] - [Execution block info] - [Finalized info] - [Peers info]`

Expand Down

0 comments on commit a5b3fe9

Please sign in to comment.