mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Remove unused code in the Ethereum processor
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user