Skip to content

Commit

Permalink
Set default invariant check period to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Apr 26, 2019
1 parent 13bd5b6 commit a4e3630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gaia/cmd/gaiad/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func main() {
// prepare and add flags
executor := cli.PrepareBaseCmd(rootCmd, "GA", app.DefaultNodeHome)
rootCmd.PersistentFlags().UintVar(&invCheckPeriod, flagInvCheckPeriod,
1, "Assert registered invariants every N blocks")
0, "Assert registered invariants every N blocks")
err := executor.Execute()
if err != nil {
// handle with #870
Expand Down

0 comments on commit a4e3630

Please sign in to comment.