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
{{ message }}
This repository was archived by the owner on Sep 6, 2022. It is now read-only.
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
@@ -490,6 +490,11 @@ var (
490
490
Usage: "Time interval to recreate the block being mined",
491
491
Value: ethconfig.Defaults.Miner.Recommit,
492
492
}
493
+
MinerMaxMergedBundles= cli.IntFlag{
494
+
Name: "miner.maxmergedbundles",
495
+
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