Skip to content

Commit

Permalink
other_node labels without n-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Nov 6, 2023
1 parent 7b198a0 commit 8562350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ethcore/src/engines/hbbft/hbbft_message_memorium.rs
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ impl PrometheusMetrics for NodeStakingEpochHistory {
let node_id = self.get_node_id().0 .0;

let label = std::format!(
"n{:x}{:x}{:x}{:x}{:x}{:x}{:x}{:x}",
"{:x}{:x}{:x}{:x}{:x}{:x}{:x}{:x}",
node_id[0],
node_id[1],
node_id[2],
Expand Down

0 comments on commit 8562350

Please sign in to comment.