Improve explanation of the --doppelganger-detection option in --help. (#2626)
* Improve explanation of the --doppelganger-detection option in --help. * Update beacon_chain/conf.nim Co-authored-by: 0xmiel <sacha.saint-leger@ethereum.org> Co-authored-by: 0xmiel <sacha.saint-leger@ethereum.org>
This commit is contained in:
parent
0fb02b5206
commit
141c39cfaa
|
@ -326,7 +326,7 @@ type
|
|||
name: "direct-peer" .}: seq[string]
|
||||
|
||||
doppelgangerDetection* {.
|
||||
desc: "Whether to detect whether another validator is be running the same validator keys"
|
||||
desc: "If enabled, the beacon node prudently listens for 2 epochs for attestations from a validator with the same index (a doppelganger), before sending an attestation itself. This protects against slashing (due to double-voting) but means you will miss two attestations when restarting."
|
||||
defaultValue: true
|
||||
name: "doppelganger-detection"
|
||||
}: bool
|
||||
|
|
Loading…
Reference in New Issue