Commit c8595c2e authored by acud's avatar acud Committed by GitHub

chore: less messages on pingpong (#2107)

parent 5d5bdaf3
......@@ -32,7 +32,7 @@ func (s *Service) pingpongHandler(w http.ResponseWriter, r *http.Request) {
return
}
rtt, err := s.pingpong.Ping(ctx, address, "hey", "there", ",", "how are", "you", "?")
rtt, err := s.pingpong.Ping(ctx, address, "ping")
if err != nil {
logger.Debugf("pingpong: ping %s: %v", peerID, err)
if errors.Is(err, p2p.ErrPeerNotFound) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment