Skip to content

Commit

Permalink
fix: fix response num
Browse files Browse the repository at this point in the history
  • Loading branch information
krish-nr committed May 15, 2024
1 parent 4138aeb commit 7f24fba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/discover/v5_udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ func (t *UDPv5) waitForNodes(c *callV5, distances []uint) ([]*enode.Node, error)
nodeTest, err := enode.New(t.validSchemes, record)
if err == nil {
t.log.Debug("ZXL nodes response", "index", i, "nodeId", nodeTest.ID(), "ip", nodeTest.IP().String(), "port", nodeTest.UDP())
continue
}

node, err := t.verifyResponseNode(c, record, distances, seen)
Expand Down

0 comments on commit 7f24fba

Please sign in to comment.