mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-18 13:08:28 +02:00
Update loopd/config.go
Co-authored-by: George Tsagkarelis <34623190+GeorgeTsagk@users.noreply.github.com>
This commit is contained in:
parent
123d531c8b
commit
7b31f1f64d
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue