Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
chore: make error msg conform to normal usage (paradigmxyz#10988)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkrane authored Sep 18, 2024
1 parent 6d49dc1 commit a92017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/stages/stages/src/stages/sender_recovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ enum SenderRecoveryStageError {
FailedRecovery(#[from] FailedSenderRecoveryError),

/// Number of recovered senders does not match
#[error("failed to recover all senders from the batch: {_0}")]
#[error("mismatched sender count during recovery: {_0}")]
RecoveredSendersMismatch(GotExpected<u64>),

/// A different type of stage error occurred
Expand Down

0 comments on commit a92017b

Please sign in to comment.