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

Commit

Permalink
feat(cmd): update proveUnassignedBlocks flag name (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Jul 14, 2023
1 parent 13e6d1d commit df640d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var (
Value: 15,
}
ProveUnassignedBlocks = &cli.BoolFlag{
Name: "prover.ProveUnassignedBlocks",
Name: "prover.proveUnassignedBlocks",
Usage: "Whether you want to prove unassigned blocks, or only work on assigned proofs",
Category: proverCategory,
Value: true,
Expand Down

0 comments on commit df640d9

Please sign in to comment.