mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(tree): accept owned block hash in make_canonical instead of ref (#7465)
This commit is contained in:
@ -669,7 +669,7 @@ where
|
||||
self.tree.connect_buffered_blocks_to_canonical_hashes()
|
||||
}
|
||||
|
||||
fn make_canonical(&self, block_hash: &BlockHash) -> Result<CanonicalOutcome, CanonicalError> {
|
||||
fn make_canonical(&self, block_hash: BlockHash) -> Result<CanonicalOutcome, CanonicalError> {
|
||||
self.tree.make_canonical(block_hash)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user