Skip to content

Commit

Permalink
deletes a commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Sep 21, 2023
1 parent 32a04c0 commit a860663
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consensus/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,6 @@ func (cs *State) recordMetrics(height int64, block *types.Block) {
cs.metrics.NumTxs.Set(float64(len(block.Data.Txs)))
cs.metrics.TotalTxs.Add(float64(len(block.Data.Txs)))
cs.metrics.BlockSizeBytes.Set(float64(blockSize))
// cs.metrics.BlockTimeSeconds
cs.metrics.CommittedHeight.Set(float64(block.Height))
}

Expand Down

0 comments on commit a860663

Please sign in to comment.