Skip to content

Commit

Permalink
cleanup discovery leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Oct 29, 2024
1 parent 971c68e commit 0e4e48d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 159 deletions.
2 changes: 1 addition & 1 deletion network/discovery/dv5_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (dvs *DiscV5Service) initDiscV5Listener(logger *zap.Logger, discOpts *Optio
return errors.Wrap(err, "could not create discV5 listener")
}

logger.Debug("started discv5 post-fork listener (UDP)",
logger.Debug("started discv5 listener (UDP)",
fields.BindIP(bindIP),
zap.Uint16("UdpPort", opts.Port),
fields.ENRLocalNode(localNode),
Expand Down
158 changes: 0 additions & 158 deletions network/discovery/iterator_test.go

This file was deleted.

0 comments on commit 0e4e48d

Please sign in to comment.