Skip to content

Commit

Permalink
align message type
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Oct 24, 2024
1 parent 6181c4b commit b23aa54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static BlobSidecarGossipManager create(
gossipNetwork,
gossipEncoding,
subnetIdToTopicHandler,
new GossipFailureLogger("blob sidecar", false));
new GossipFailureLogger("blob_sidecar", false));
}

private BlobSidecarGossipManager(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class SyncCommitteeMessageGossipManager implements GossipManager {
private final Counter publishFailureCounter;

private final GossipFailureLogger gossipFailureLogger =
new GossipFailureLogger("sync committee message", true);
new GossipFailureLogger("sync_committee_message", true);

public SyncCommitteeMessageGossipManager(
final MetricsSystem metricsSystem,
Expand Down

0 comments on commit b23aa54

Please sign in to comment.