Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Nov 26, 2024
1 parent 6f1f3eb commit 62a176d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/persist.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ func loadBlockSummary(r kv.Getter, id thor.Bytes32) (*BlockSummary, error) {
if err := loadRLP(r, id[:], &summary); err != nil {
return nil, err
}
metricBlockReadCounter().AddWithLabel(1, map[string]string{"type": "hdrStore"})
metricBlockReadCounter().AddWithLabel(1, map[string]string{"type": "disk"})
return &summary, nil
}

0 comments on commit 62a176d

Please sign in to comment.