Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy committed Jan 10, 2025
1 parent eff49f0 commit 59663af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/astria-core/src/sequencerblock/v1/optimistic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ impl SequencerBlockCommitError {

#[derive(Debug, thiserror::Error)]
enum SequencerBlockCommitErrorKind {
#[error("failed to read .block_hash field as sequender block hash")]
#[error("failed to read .block_hash field as sequencer block hash")]
BlockHash { source: block::HashFromSliceError },
}

Expand Down

0 comments on commit 59663af

Please sign in to comment.