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
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -490,11 +490,16 @@ 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{
493
+
MinerMaxMergedBundlesFlag= cli.IntFlag{
494
494
Name: "miner.maxmergedbundles",
495
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.",
496
496
Value: 3,
497
497
}
498
+
MinerTrustedRelaysFlag= cli.StringFlag{
499
+
Name: "miner.trustedrelays",
500
+
Usage: "flashbots - The Ethereum addresses of trusted relays for signature verification. The miner will accept signed bundles and other tasks from the relay, being reasonably certain about DDoS safety.",
0 commit comments