We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f6f69 commit 3032fb1Copy full SHA for 3032fb1
ethstats/ethstats.go
@@ -584,7 +584,7 @@ func (s uncleStats) MarshalJSON() ([]byte, error) {
584
return []byte("[]"), nil
585
}
586
587
-// 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.
588
func (s *Service) reportBlock(conn *connWrapper, block *types.Block) error {
589
// Gather the block details from the header or block chain
590
details := s.assembleBlockStats(block)
0 commit comments