feat(stages): Simplify TD stage (#2344)

This commit is contained in:
rakita
2023-04-21 20:56:13 +02:00
committed by GitHub
parent 1169d75d1d
commit 370c39525a
6 changed files with 16 additions and 19 deletions

View File

@ -60,7 +60,7 @@ impl Consensus for AutoSealConsensus {
fn validate_header(
&self,
_header: &SealedHeader,
_header: &Header,
_total_difficulty: U256,
) -> Result<(), ConsensusError> {
Ok(())