Compare commits

...

1 Commits

Author SHA1 Message Date
Juan Font
459c2afab2 Do not access node ID when node is not found 2024-04-23 20:46:07 +02:00

View File

@@ -226,7 +226,6 @@ func (ns *noiseServer) NoisePollNetMapHandler(
if err != nil {
log.Error().
Str("handler", "NoisePollNetMap").
Uint64("node.id", node.ID.Uint64()).
Msgf("Failed to fetch node from the database with node key: %s", mapRequest.NodeKey.String())
http.Error(writer, "Internal error", http.StatusInternalServerError)