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/utils/flags.go
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -469,6 +469,11 @@ var (
469
469
Usage: "Time interval to recreate the block being mined",
470
470
Value: ethconfig.Defaults.Miner.Recommit,
471
471
}
472
+
MinerMaxMergedBundles= cli.IntFlag{
473
+
Name: "miner.maxmergedbundles",
474
+
Usage: "flashbots - The maximum amount of bundles to merge. The miner will run this many workers in parallel to calculate if the full block is more profitable with these additional bundles.",
0 commit comments