Skip to content

Commit

Permalink
Add blinded blocks flag
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Apr 9, 2024
1 parent fbe2730 commit 69a415a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/scripts/start-vc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ if [ "$CC_CLIENT" = "teku" ]; then
$VC_ADDITIONAL_FLAGS"

if [ "$ENABLE_MEV_BOOST" = "true" ]; then
CMD="$CMD --validators-builder-registration-default-enabled=true"
CMD="$CMD --validators-builder-registration-default-enabled=true --validators-proposer-blinded-blocks-enabled"
fi

if [ "$ENABLE_METRICS" = "true" ]; then
Expand Down

0 comments on commit 69a415a

Please sign in to comment.