From 141c39cfaa5e67ebf278e895399bf7b5ee64848a Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Thu, 3 Jun 2021 11:20:42 +0200 Subject: [PATCH] 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 Co-authored-by: 0xmiel --- beacon_chain/conf.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index 84285e0ea..32d4077bb 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -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