mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(stages): block number in error (#7766)
This commit is contained in:
@ -284,6 +284,7 @@ where
|
||||
peer_id: Some(peer_id),
|
||||
error: DownloadError::HeaderValidation {
|
||||
hash: head.hash(),
|
||||
number: head.number,
|
||||
error: Box::new(error),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user