Skip to content

Commit

Permalink
Move check_fork_next_block.py to chia.full_node (#19193)
Browse files Browse the repository at this point in the history
Move `check_fork_next_block`
  • Loading branch information
richardkiss authored Jan 28, 2025
1 parent 173caaf commit 3410597
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion chia/full_node/full_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
from chia.consensus.multiprocess_validation import PreValidationResult, pre_validate_block
from chia.consensus.pot_iterations import calculate_sp_iters
from chia.full_node.block_store import BlockStore
from chia.full_node.check_fork_next_block import check_fork_next_block
from chia.full_node.coin_store import CoinStore
from chia.full_node.full_node_api import FullNodeAPI
from chia.full_node.full_node_store import FullNodeStore, FullNodeStorePeakResult, UnfinishedBlockEntry
Expand Down Expand Up @@ -78,7 +79,6 @@
from chia.types.weight_proof import WeightProof
from chia.util.augmented_chain import AugmentedBlockchain
from chia.util.bech32m import encode_puzzle_hash
from chia.util.check_fork_next_block import check_fork_next_block
from chia.util.condition_tools import pkm_pairs
from chia.util.config import process_config_start_method
from chia.util.db_synchronous import db_synchronous_on
Expand Down

0 comments on commit 3410597

Please sign in to comment.