p2p: remove "cap" enr entry (#19800)

This entry was an experiment, but we're moving on to the
entry-per-protocol instead.
This commit is contained in:
Felix Lange
2019-07-08 17:41:41 +02:00
committed by Péter Szilágyi
parent 22060611fb
commit cc0f0e27a6
2 changed files with 0 additions and 3 deletions

View File

@ -79,5 +79,3 @@ func (cs capsByNameAndVersion) Swap(i, j int) { cs[i], cs[j] = cs[j], cs[i] }
func (cs capsByNameAndVersion) Less(i, j int) bool {
return cs[i].Name < cs[j].Name || (cs[i].Name == cs[j].Name && cs[i].Version < cs[j].Version)
}
func (capsByNameAndVersion) ENRKey() string { return "cap" }