Skip to content

Commit

Permalink
configure lodestar for only full blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
xenowits committed Jan 15, 2024
1 parent 1fdbf9a commit e961935
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
@@ -1,6 +1,6 @@
#!/bin/sh

BUILDER_SELECTION="maxprofit"
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" ]];
Expand Down

0 comments on commit e961935

Please sign in to comment.