ethstats: fix comment typo #17102 (#1439)

This commit is contained in:
Daniel Liu 2025-09-06 17:17:03 +08:00 committed by GitHub
parent 04f6f697c9
commit 3032fb1fca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -584,7 +584,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 *connWrapper, block *types.Block) error {
// Gather the block details from the header or block chain
details := s.assembleBlockStats(block)