Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington committed Oct 30, 2024
1 parent daf2c9f commit 1ec5e1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chia/simulator/add_blocks_in_batches.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ async def add_blocks_in_batches(
peak_fb, state_change_summary, None
)
await full_node.peak_post_processing_2(peak_fb, None, state_change_summary, ppp_result)
# this is commented out because we already call post_processing_peak2 which already sends
# the peak to the wallet this causes finish_sync to resend a peak the wallet already received
# that will cause the wallet to reorg the peak (even though its redundant) which causes it to
# go out of sync momentarily. When this redundant behavior is fixed, this line can be uncommented.
# await full_node._finish_sync()

0 comments on commit 1ec5e1f

Please sign in to comment.