Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chia/timelord/timelord.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down
Loading