mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-22 06:34:32 +00:00
parent
04f6f697c9
commit
3032fb1fca
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue