diff --git a/chia/timelord/timelord.py b/chia/timelord/timelord.py index aa559a32f2c5..c1d9c0b45faa 100644 --- a/chia/timelord/timelord.py +++ b/chia/timelord/timelord.py @@ -511,7 +511,7 @@ async def _check_for_new_sp(self, iter_to_look_for: uint64) -> None: to_remove.append((signage_iter, signage_point_index)) self.proofs_finished = self._clear_proof_list(signage_iter) - # Send the next 3 signage point to the chains. + # Send the next 10 signage point to the chains. next_iters_count = 0 for next_sp, k in self.signage_point_iters: for chain in [Chain.CHALLENGE_CHAIN, Chain.REWARD_CHAIN]: