From 1cb85cabc7fb93587c1b84e5bf3695cd0ffa60cb Mon Sep 17 00:00:00 2001 From: Florin Chirica Date: Tue, 24 Sep 2024 03:47:07 +0300 Subject: [PATCH] Typo. --- chia/data_layer/data_store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chia/data_layer/data_store.py b/chia/data_layer/data_store.py index 366e5493b3e9..92f7bc945ea1 100644 --- a/chia/data_layer/data_store.py +++ b/chia/data_layer/data_store.py @@ -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(