mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: consensus validation method typo (#2432)
This commit is contained in:
@ -54,7 +54,7 @@ impl Consensus for AutoSealConsensus {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn validate_header_agains_parent(
|
||||
fn validate_header_against_parent(
|
||||
&self,
|
||||
_header: &SealedHeader,
|
||||
_parent: &SealedHeader,
|
||||
|
||||
Reference in New Issue
Block a user