fix(stages): block number in error (#7766)

This commit is contained in:
Emilia Hane
2024-04-20 02:00:52 +02:00
committed by GitHub
parent 71f8e678aa
commit 566a7804a3
4 changed files with 11 additions and 2 deletions

View File

@ -284,6 +284,7 @@ where
peer_id: Some(peer_id),
error: DownloadError::HeaderValidation {
hash: head.hash(),
number: head.number,
error: Box::new(error),
},
}