Skip to content

Commit

Permalink
Change builderonly to builderalways for lodestar (#274)
Browse files Browse the repository at this point in the history
Change builderonly to builderalways for lodestar
  • Loading branch information
KaloyanTanev authored Aug 23, 2024
1 parent 3841ca5 commit d309c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lodestar/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BUILDER_SELECTION="executiononly"
# If the builder API is enabled, override the builder selection to signal Lodestar to always propose blinded blocks.
if [ "$BUILDER_API_ENABLED" = "true" ];
then
BUILDER_SELECTION="builderonly"
BUILDER_SELECTION="builderalways"
fi

DATA_DIR="/opt/data"
Expand Down

0 comments on commit d309c3c

Please sign in to comment.