Skip to content

Commit

Permalink
Update loopd/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: George Tsagkarelis <34623190+GeorgeTsagk@users.noreply.github.com>
  • Loading branch information
gcaracuel and GeorgeTsagk authored Jul 27, 2023
1 parent 123d531 commit 7b31f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loopd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func Validate(cfg *Config) error {
return fmt.Errorf("max payment retries must be at least 1")
}

// TLS Valisity period to be at least 24 hours
// TLS Validity period to be at least 24 hours
if cfg.TLSValidity < time.Hour*24 {
return fmt.Errorf("TLS certificate minimum validity period is 24h")
}
Expand Down

0 comments on commit 7b31f1f

Please sign in to comment.