Remove unused code in the Ethereum processor

This commit is contained in:
Luke Parker
2024-09-19 02:46:32 -04:00
parent 855e53164e
commit 1a08d50e16
4 changed files with 6 additions and 15 deletions

View File

@@ -131,7 +131,7 @@ impl<D: Db> ScannerFeed for Rpc<D> {
let end_hash = end_header.hash.into();
Ok(Epoch { prior_end_hash, start, end_hash })
Ok(Epoch { prior_end_hash, end_hash })
}
}