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

feat(cmd): update proveUnassignedBlocks flag name #315

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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