Skip to content

Commit

Permalink
Merge pull request #205 from stader-labs/add_flag_teku
Browse files Browse the repository at this point in the history
Add blinded blocks flag
  • Loading branch information
batphonghan authored Apr 25, 2024
2 parents 933374a + 69a415a commit dde3ae1
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 dde3ae1

Please sign in to comment.