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

Commit

Permalink
prover flag wrong category
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jul 12, 2023
1 parent 6715b38 commit e953e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/flags/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@ var (
Name: "taikoProverPoolL1",
Usage: "TaikoProverPoolL1 contract address",
Required: true,
Category: commonCategory,
Category: proverCategory,
}
CheckProofWindowExpiredInterval = &cli.Uint64Flag{
Name: "prover.checkProofWindowExpiredInterval",
Usage: "Interval in seconds to check for expired proof windows from other provers",
Category: commonCategory,
Category: proverCategory,
Value: 15,
}
ProveExpiredProofs = &cli.BoolFlag{
Name: "prover.proveExpiredProofs",
Usage: "Whether you want to prover expired proofs, or only work on assigned proofs",
Category: commonCategory,
Category: proverCategory,
Value: true,
}
)
Expand Down

0 comments on commit e953e3e

Please sign in to comment.