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,