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 a9760c7 commit bab6ee5Copy full SHA for bab6ee5
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