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