fix empty hop nodes

This commit is contained in:
ginuerzh
2025-08-10 18:36:43 +08:00
parent a5f66b0615
commit 0e5c285eb7
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -68,7 +68,6 @@ func ParseHop(cfg *config.HopConfig, log logger.Logger) (hop.Hop, error) {
}
ppv = mdutil.GetInt(md, parsing.MDKeyProxyProtocol)
netns = mdutil.GetString(md, parsing.MDKeyNetns)
}
var nodes []*chain.Node