Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Feb 16, 2024
1 parent 258e954 commit dbf37fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/flags/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ var (
Category: proverCategory,
}
L2NodeVersion = &cli.StringFlag{
Name: "prover.l1NodeVersion",
Usage: "Version or tag or the L1 Node Version used as an L1 RPC Url by this guardian prover",
Name: "prover.l2NodeVersion",
Usage: "Version or tag or the L2 Node Version used as an L2 RPC Url by this guardian prover",
Category: proverCategory,
}
)
Expand Down

0 comments on commit dbf37fd

Please sign in to comment.