fix: consensus validation method typo (#2432)

This commit is contained in:
Roman Krasiuk
2023-04-27 17:04:50 +03:00
committed by GitHub
parent 0d20d34eaf
commit 576f33b151
7 changed files with 8 additions and 7 deletions

View File

@ -54,7 +54,7 @@ impl Consensus for AutoSealConsensus {
Ok(())
}
fn validate_header_agains_parent(
fn validate_header_against_parent(
&self,
_header: &SealedHeader,
_parent: &SealedHeader,