Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update client/finality-grandpa/src/environment.rs
Co-authored-by: Max Inden <[email protected]>
  • Loading branch information
ddorgan and mxinden authored Sep 4, 2020
commit d7462c0606e47b76c6a4ff9e30cd001276ad72f5
2 changes: 1 addition & 1 deletion client/finality-grandpa/src/environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ impl Metrics {
)?,
finality_grandpa_prevotes: register(
Counter::new(
"finality_grandpa_prevotes",
"finality_grandpa_prevotes_total",
"Total number of GRANDPA prevotes cast locally.",
)?,
registry,
Expand Down