mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-20 10:18:35 +00:00
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]
|
name: "direct-peer" .}: seq[string]
|
||||||
|
|
||||||
doppelgangerDetection* {.
|
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
|
defaultValue: true
|
||||||
name: "doppelganger-detection"
|
name: "doppelganger-detection"
|
||||||
}: bool
|
}: bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user