We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123d531 commit 7b31f1fCopy full SHA for 7b31f1f
loopd/config.go
@@ -352,7 +352,7 @@ func Validate(cfg *Config) error {
352
return fmt.Errorf("max payment retries must be at least 1")
353
}
354
355
- // TLS Valisity period to be at least 24 hours
+ // TLS Validity period to be at least 24 hours
356
if cfg.TLSValidity < time.Hour*24 {
357
return fmt.Errorf("TLS certificate minimum validity period is 24h")
358
0 commit comments