good morning!!!!

Skip to content
Snippets Groups Projects
Commit fdfd6d3c authored by kevin.xu's avatar kevin.xu Committed by Péter Szilágyi
Browse files

ethstats: comment minor correction (#17102)

spell correction from `repors` to `reports`
parent e916f978
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment