Skip to content

Commit

Permalink
Make gauges names private
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Dec 19, 2023
1 parent d5e9c7f commit f6aaf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#![forbid(unsafe_code)]

pub const GAUGE_NAMES: [&str; 1] = [committee::TOTAL_STAKE];
const GAUGE_NAMES: [&str; 1] = [committee::TOTAL_STAKE];

pub mod committee {
pub const TOTAL_STAKE: &str = "snarkvm_ledger_committee_total_stake";
Expand Down

0 comments on commit f6aaf89

Please sign in to comment.