Skip to content

Commit

Permalink
Update Lodestar CLI flag to enable doppelganger protection (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Aug 4, 2023
1 parent 952f65c commit 7ac9773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lodestar/docker-entrypoint-vc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi

# Check whether we should enable doppelganger protection
if [ "${DOPPELGANGER}" = "true" ]; then
__doppel="--doppelgangerProtectionEnabled"
__doppel="--doppelgangerProtection"
echo "Doppelganger protection enabled, VC will pause for 2 epochs"
else
__doppel=""
Expand Down

0 comments on commit 7ac9773

Please sign in to comment.