This commit is contained in:
GoodDaisy
2024-01-10 05:03:36 +08:00
committed by GitHub
parent a3cc81a048
commit c6ebe157a6
6 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ var (
// MevRelayEndpoint provides an HTTP access endpoint to a MEV builder network.
MevRelayEndpoint = &cli.StringFlag{
Name: "http-mev-relay",
Usage: "A MEV builder relay string http endpoint, this wil be used to interact MEV builder network using API defined in: https://ethereum.github.io/builder-specs/#/Builder",
Usage: "A MEV builder relay string http endpoint, this will be used to interact MEV builder network using API defined in: https://ethereum.github.io/builder-specs/#/Builder",
Value: "",
}
MaxBuilderConsecutiveMissedSlots = &cli.IntFlag{