mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
chore: use correct error message (#13587)
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user