mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(engine): remove find_canonical_ancestor (#7716)
This commit is contained in:
@ -714,10 +714,6 @@ where
|
||||
self.tree.canonical_blocks()
|
||||
}
|
||||
|
||||
fn find_canonical_ancestor(&self, hash: BlockHash) -> Option<BlockHash> {
|
||||
self.tree.find_canonical_ancestor(hash)
|
||||
}
|
||||
|
||||
fn is_canonical(&self, hash: BlockHash) -> Result<bool, ProviderError> {
|
||||
self.tree.is_canonical(hash)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user