Skip to content

Commit 7b31f1f

Browse files
Update loopd/config.go
Co-authored-by: George Tsagkarelis <[email protected]>
1 parent 123d531 commit 7b31f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopd/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ func Validate(cfg *Config) error {
352352
return fmt.Errorf("max payment retries must be at least 1")
353353
}
354354

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

0 commit comments

Comments
 (0)