mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
chore: remove total difficulty from HeaderProvider (#19151)
This commit is contained in:
@@ -58,9 +58,6 @@ pub enum ProviderError {
|
||||
/// The account address.
|
||||
address: Address,
|
||||
},
|
||||
/// The total difficulty for a block is missing.
|
||||
#[error("total difficulty not found for block #{_0}")]
|
||||
TotalDifficultyNotFound(BlockNumber),
|
||||
/// When required header related data was not found but was required.
|
||||
#[error("no header found for {_0:?}")]
|
||||
HeaderNotFound(BlockHashOrNumber),
|
||||
|
||||
Reference in New Issue
Block a user