Skip to content

Commit

Permalink
Update cmd/dkg.go
Browse files Browse the repository at this point in the history
Co-authored-by: Oisín Kyne <4981644+OisinKyne@users.noreply.github.com>
  • Loading branch information
gsora and OisinKyne authored May 25, 2024
1 parent 7b2de52 commit db9e2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func bindDataDirFlag(flags *pflag.FlagSet, dataDir *string) {

func bindPublishFlags(flags *pflag.FlagSet, config *dkg.Config) {
flags.StringVar(&config.PublishAddr, "publish-address", "https://api.obol.tech", "The URL to publish the cluster to.")
flags.DurationVar(&config.PublishTimeout, "publish-timeout", 30*time.Second, "Publish API timeout, increase if the cluster being created contains many validators.")
flags.DurationVar(&config.PublishTimeout, "publish-timeout", 30*time.Second, "Timeout for publishing a cluster, consider increasing if the cluster contains more than 200 validators.")

Check warning on line 67 in cmd/dkg.go

View check run for this annotation

Codecov / codecov/patch

cmd/dkg.go#L67

Added line #L67 was not covered by tests
flags.BoolVar(&config.Publish, "publish", false, "Publish the created cluster to a remote API.")
}

Expand Down

0 comments on commit db9e2df

Please sign in to comment.