mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: extract transaction consensus errors to standalone type (#1697)
This commit is contained in:
@ -47,7 +47,7 @@ pub enum BlockValidation {
|
||||
pub enum BlockImportError {
|
||||
/// Consensus error
|
||||
#[error(transparent)]
|
||||
Consensus(#[from] reth_interfaces::consensus::Error),
|
||||
Consensus(#[from] reth_interfaces::consensus::ConsensusError),
|
||||
}
|
||||
|
||||
/// An implementation of `BlockImport` used in Proof-of-Stake consensus that does nothing.
|
||||
|
||||
Reference in New Issue
Block a user