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

@ -488,7 +488,6 @@ func (srv *Server) setupLocalNode() error {
srv.nodedb = db
srv.localnode = enode.NewLocalNode(db, srv.PrivateKey)
srv.localnode.SetFallbackIP(net.IP{127, 0, 0, 1})
srv.localnode.Set(capsByNameAndVersion(srv.ourHandshake.Caps))
// TODO: check conflicts
for _, p := range srv.Protocols {
for _, e := range p.Attributes {