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 f6bc65f commit a74170cCopy full SHA for a74170c
ethstats/ethstats.go
@@ -499,7 +499,7 @@ func (s uncleStats) MarshalJSON() ([]byte, error) {
499
return []byte("[]"), nil
500
}
501
502
-// 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.
503
func (s *Service) reportBlock(conn *websocket.Conn, block *types.Block) error {
504
// Gather the block details from the header or block chain
505
details := s.assembleBlockStats(block)
0 commit comments