Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove redundant words in comment #2406

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion node-metrics/src/service/server_message/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub enum ServerMessage {
/// for the snapshot of the current node identity information.
NodeIdentitySnapshot(Arc<Vec<NodeIdentity>>),

/// HistogramSnapshot is a message that is sent in response to to a request
/// HistogramSnapshot is a message that is sent in response to a request
/// for the snapshot of the current histogram information.
HistogramSnapshot(Arc<ExplorerHistograms>),

Expand Down
2 changes: 1 addition & 1 deletion sequencer/src/restart_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ impl TestNetwork {
&& self.da_nodes.len() - da_nodes.len() >= da_threshold
{
// If we are shutting down less than f nodes, the remaining nodes should be able to make
// progress, and we will check that that is the case.
// progress, and we will check that is the case.
//
// Note that not every node will be able to commit leaves, because a node requires the
// cooperation of the node after it to commit its proposal. But, as long as we have shut
Expand Down