Skip to content

Commit

Permalink
added receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Dec 10, 2024
1 parent d1ddff0 commit f801be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chain/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ func (r *Repository) GetBlockReceipts(id thor.Bytes32) (tx.Receipts, error) {
return nil, err
}
}
metricReceiptRepositoryCounter().AddWithLabel(int64(n), map[string]string{"type": "read", "target": "db"})
return receipts, nil
}
return nil, nil
Expand Down

0 comments on commit f801be2

Please sign in to comment.