diff --git a/config/config.go b/config/config.go index 012f8d68..3dd93f49 100644 --- a/config/config.go +++ b/config/config.go @@ -237,6 +237,9 @@ func (cfg *Config) migrateNetworks() bool { continue } + if net.ParaTimes.All == nil { + net.ParaTimes.All = make(map[string]*config.ParaTime) + } net.ParaTimes.All[ptName] = pt changes = true }