mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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