mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore(tree): remove BlockchainTreeEngine::unwind (#7647)
This commit is contained in:
@@ -97,9 +97,6 @@ pub trait BlockchainTreeEngine: BlockchainTreeViewer + Send + Sync {
|
||||
///
|
||||
/// Returns `Ok` if the blocks were canonicalized, or if the blocks were already canonical.
|
||||
fn make_canonical(&self, block_hash: BlockHash) -> Result<CanonicalOutcome, CanonicalError>;
|
||||
|
||||
/// Unwind tables and put it inside state
|
||||
fn unwind(&self, unwind_to: BlockNumber) -> RethResult<()>;
|
||||
}
|
||||
|
||||
/// Represents the kind of validation that should be performed when inserting a block.
|
||||
|
||||
Reference in New Issue
Block a user