Skip to content

Commit

Permalink
Enable dual quorum by default in code (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix authored Mar 29, 2024
1 parent 67b1872 commit 29c987a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disperser/cmd/apiserver/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var (
EnvVar: common.PrefixEnvVar(envVarPrefix, "RATE_BUCKET_STORE_SIZE"),
Required: false,
}
EnableDualQuorums = cli.BoolFlag{
EnableDualQuorums = cli.BoolTFlag{
Name: common.PrefixFlag(FlagPrefix, "enable-dual-quorums"),
Usage: "Whether to enable dual quorum staking. If false, only quorum 0 is used as required quorum",
Required: false,
Expand Down

0 comments on commit 29c987a

Please sign in to comment.