Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchirica committed Sep 24, 2024
1 parent a89bde1 commit 1cb85ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/data_layer/data_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,7 @@ async def build_ancestor_table_for_latest_root(self, store_id: bytes32) -> None:
store_id=store_id,
root_hash=root.node_hash,
)
insert_ancestors_cache: List[Tuple[bytes32, bytes23]] = [
insert_ancestors_cache: List[Tuple[bytes32, bytes32]] = [
(node.left_hash, node.right_hash) for node in internal_nodes if node.hash not in known_hashes
]
await self._insert_ancestor_table(
Expand Down

0 comments on commit 1cb85ca

Please sign in to comment.