Skip to content

Commit 3032fb1

Browse files
authored
ethstats: fix comment typo ethereum#17102 (#1439)
1 parent 04f6f69 commit 3032fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethstats/ethstats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ func (s uncleStats) MarshalJSON() ([]byte, error) {
584584
return []byte("[]"), nil
585585
}
586586

587-
// reportBlock retrieves the current chain head and repors it to the stats server.
587+
// reportBlock retrieves the current chain head and reports it to the stats server.
588588
func (s *Service) reportBlock(conn *connWrapper, block *types.Block) error {
589589
// Gather the block details from the header or block chain
590590
details := s.assembleBlockStats(block)

0 commit comments

Comments
 (0)