mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 13:58:28 +00:00
Fixing a few typos / documentation (#3531)
Fixing a few typos in the documentation
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# Frequently Asked Questions
|
||||
|
||||
- [Why does it take so long for a validator to be activated?](#why-does-it-take-so-long-for-a-validator-to-be-activated)
|
||||
- [Do I need to set up any port mappings](#do-i-need-to-set-up-any-port-mappings)
|
||||
- [Do I need to set up any port mappings?](#do-i-need-to-set-up-any-port-mappings)
|
||||
- [I have a low peer count and it is not increasing](#i-have-a-low-peer-count-and-it-is-not-increasing)
|
||||
- [What should I do if I lose my slashing protection database?](#what-should-i-do-if-i-lose-my-slashing-protection-database)
|
||||
- [How do I update lighthouse?](#how-do-i-update-lighthouse)
|
||||
- [I can't compile lighthouse](#i-cant-compile-lighthouse)
|
||||
- [What is "Syncing deposit contract block cache"](#what-is-syncing-deposit-contract-block-cache)
|
||||
- [What is "Syncing deposit contract block cache"?](#what-is-syncing-deposit-contract-block-cache)
|
||||
- [Can I use redundancy in my staking setup?](#can-i-use-redundancy-in-my-staking-setup)
|
||||
- [How can I monitor my validators](#how-can-i-monitor-my-validators)
|
||||
- [How can I monitor my validators?](#how-can-i-monitor-my-validators)
|
||||
|
||||
### Why does it take so long for a validator to be activated?
|
||||
|
||||
@@ -86,7 +86,7 @@ repeats until the queue is cleared.
|
||||
Once a validator has been activated, there's no more waiting! It's time to
|
||||
produce blocks and attestations!
|
||||
|
||||
### Do I need to set up any port mappings
|
||||
### Do I need to set up any port mappings?
|
||||
|
||||
It is not strictly required to open any ports for Lighthouse to connect and
|
||||
participate in the network. Lighthouse should work out-of-the-box. However, if
|
||||
@@ -154,7 +154,7 @@ You will just also need to make sure the code you have checked out is up to date
|
||||
|
||||
See [here.](./installation-source.md#troubleshooting)
|
||||
|
||||
### What is "Syncing deposit contract block cache"
|
||||
### What is "Syncing deposit contract block cache"?
|
||||
|
||||
```
|
||||
Nov 30 21:04:28.268 WARN Syncing deposit contract block cache est_blocks_remaining: initializing deposits, service: slot_notifier
|
||||
|
||||
Reference in New Issue
Block a user