Skip to content

Commit

Permalink
fix(sidecar): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Oct 28, 2024
1 parent 7640f2d commit 510b298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-sidecar/src/state/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub struct ConsensusState {
pub commitment_deadline: CommitmentDeadline,
/// The duration of the commitment deadline.
commitment_deadline_duration: Duration,
/// If commitment requests should be validated against also against the unsafe lookahead
/// If commitment requests should be validated also against the unsafe lookahead
pub unsafe_lookahead_enabled: bool,
}

Expand Down

0 comments on commit 510b298

Please sign in to comment.