mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-30 09:38:24 -05:00
fix(sync): database integrity header error message (#475)
This commit is contained in:
@@ -77,7 +77,7 @@ pub enum DatabaseIntegrityError {
|
||||
number: BlockNumber,
|
||||
},
|
||||
/// The canonical header for a block is missing from the database.
|
||||
#[error("No canonical hash for block #{number}")]
|
||||
#[error("No canonical header for block #{number}")]
|
||||
CanonicalHeader {
|
||||
/// The block number key
|
||||
number: BlockNumber,
|
||||
|
||||
Reference in New Issue
Block a user