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

Commit

Permalink
fix(prover): default prove unassigned blocks to false (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey authored Aug 7, 2023
1 parent b9da8f6 commit ed34ef6
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 @@ -97,7 +97,7 @@ var (
Name: "prover.proveUnassignedBlocks",
Usage: "Whether you want to prove unassigned blocks, or only work on assigned proofs",
Category: proverCategory,
Value: true,
Value: false,
}
)

Expand Down

0 comments on commit ed34ef6

Please sign in to comment.