From cc58b72122612b1927d789c5a2dccd50b49e227c Mon Sep 17 00:00:00 2001
From: William Blanke <wjb98672@gmail.com>
Date: Tue, 12 Nov 2024 14:00:27 -0800
Subject: [PATCH] logs

---
 chia/consensus/blockchain.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/chia/consensus/blockchain.py b/chia/consensus/blockchain.py
index 1c8456f6fad7..f6f80bc90cbc 100644
--- a/chia/consensus/blockchain.py
+++ b/chia/consensus/blockchain.py
@@ -534,6 +534,7 @@ async def _reconsider_peak(
         rolled_back_state: Dict[bytes32, CoinRecord] = {}
 
         if genesis and peak is not None:
+            log.error(f"WJB genesis and peak is not None")
             return [], None
 
         if peak is not None:
@@ -586,6 +587,7 @@ async def _reconsider_peak(
                 coin_id for coin_id, fork_rem in fork_info.removals_since_fork.items() if fork_rem.height == height
             ]
             assert fetched_block_record.timestamp is not None
+            log.error(f"WJB tx_additions {tx_additions} {tx_removals}")
             await self.coin_store.new_block(
                 height,
                 fetched_block_record.timestamp,