ethstats: comment minor correction (#17102)

spell correction from `repors` to `reports`
pull/16376/head
kevin.xu 6 years ago committed by Péter Szilágyi
parent e916f9786d
commit fdfd6d3c39
  1. 2
      ethstats/ethstats.go

@ -499,7 +499,7 @@ func (s uncleStats) MarshalJSON() ([]byte, error) {
return []byte("[]"), nil
}
// reportBlock retrieves the current chain head and repors it to the stats server.
// reportBlock retrieves the current chain head and reports it to the stats server.
func (s *Service) reportBlock(conn *websocket.Conn, block *types.Block) error {
// Gather the block details from the header or block chain
details := s.assembleBlockStats(block)

Loading…
Cancel
Save