Skip to content

Commit

Permalink
Revert "p2p/discover: concurrent TALKREQ handling (ethereum#27112)"
Browse files Browse the repository at this point in the history
This reverts commit 631062c.
  • Loading branch information
devopsbo3 authored Nov 10, 2023
1 parent 083af76 commit a8ed755
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 220 deletions.
1 change: 0 additions & 1 deletion p2p/discover/table_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func newTestTable(t transport) (*Table, *enode.DB) {
func nodeAtDistance(base enode.ID, ld int, ip net.IP) *node {
var r enr.Record
r.Set(enr.IP(ip))
r.Set(enr.UDP(30303))
return wrapNode(enode.SignNull(&r, idAtDistance(base, ld)))
}

Expand Down
113 changes: 0 additions & 113 deletions p2p/discover/v5_talk.go

This file was deleted.

Loading

0 comments on commit a8ed755

Please sign in to comment.