Skip to content

Commit

Permalink
finalise removement of solana-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoks committed Jul 17, 2024
1 parent ef243ce commit 85bcff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svm/src/transaction_error_metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl TransactionErrorMetrics {
);
}

pub fn report(&self, id: &str, slot: Slot) {
pub fn report(&self, _id: &str, _slot: Slot) {
// datapoint_info!(
// "banking_stage-leader_slot_transaction_errors",
// "id" => id,
Expand Down

0 comments on commit 85bcff4

Please sign in to comment.