You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/beacon-chain/flags/base.go
+1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ var (
29
29
Name: "local-block-value-boost",
30
30
Usage: "A percentage boost for local block construction as a Uint64. This is used to prioritize local block construction over relay/builder block construction"+
31
31
"Boost is an additional percentage to multiple local block value. Use builder block if: builder_bid_value * 100 > local_block_value * (local-block-value-boost + 100)",
32
+
Value: 10,
32
33
}
33
34
// ExecutionEngineEndpoint provides an HTTP access endpoint to connect to an execution client on the execution layer
0 commit comments