Skip to content

Commit

Permalink
chore: use correct error message (#13587)
Browse files Browse the repository at this point in the history
  • Loading branch information
CreeptoGengar authored Dec 29, 2024
1 parent bcfaad2 commit e2abcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blockchain-tree-api/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub enum CanonicalError {
#[error("transaction error on commit: {0}")]
CanonicalCommit(String),
/// Error indicating that a previous optimistic sync target was re-orged
#[error("transaction error on revert: {0}")]
#[error("optimistic sync target was re-orged at block: {0}")]
OptimisticTargetRevert(BlockNumber),
}

Expand Down

0 comments on commit e2abcc8

Please sign in to comment.