Skip to content

Commit

Permalink
chore: fix some comments (#4142)
Browse files Browse the repository at this point in the history
Signed-off-by: bytetigers <bytetiger@icloud.com>
  • Loading branch information
bytetigers authored Aug 14, 2024
1 parent f69a6d7 commit de82f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/relayer/src/connection/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ define_error! {
destination_chain_id: ChainId
}
|e| {
format!("the source chain of client a ({}) does not not match the destination chain of client b ({})",
format!("the source chain of client a ({}) does not match the destination chain of client b ({})",
e.source_chain_id, e.destination_chain_id)
},

Expand Down
2 changes: 1 addition & 1 deletion crates/telemetry/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pub struct TelemetryState {
backlog_oldest_sequence: ObservableGauge<u64>,

/// Record the timestamp of the last time the `backlog_*` metrics have been updated.
/// The timestamp is the time passed since since the unix epoch in seconds.
/// The timestamp is the time passed since the unix epoch in seconds.
backlog_latest_update_timestamp: ObservableGauge<u64>,

/// Records the length of the backlog, i.e., how many packets are pending.
Expand Down

0 comments on commit de82f8a

Please sign in to comment.