From 07c892aba82adfbee6f5d0e1da916cbe452602c0 Mon Sep 17 00:00:00 2001 From: Matthew Howard Date: Thu, 16 Jan 2025 13:20:26 +0000 Subject: [PATCH] fix rebased block_tools --- chia/simulator/block_tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chia/simulator/block_tools.py b/chia/simulator/block_tools.py index fd3eef5691e5..a841c0970489 100644 --- a/chia/simulator/block_tools.py +++ b/chia/simulator/block_tools.py @@ -17,8 +17,9 @@ from typing import Any, Callable, Optional import anyio +from chia_puzzles_py.programs import CHIALISP_DESERIALISATION, ROM_BOOTSTRAP_GENERATOR from chia_rs import MEMPOOL_MODE, AugSchemeMPL, G1Element, G2Element, PrivateKey, solution_generator -from chia_puzzles_py.programs import CHIALISP_DESERIALISATION, ROM_BOOTSRAP_GENERATOR + from chia.consensus.block_creation import create_unfinished_block, unfinished_block_to_full_block from chia.consensus.block_record import BlockRecord from chia.consensus.blockchain_interface import BlockRecordsProtocol