Skip to content

Commit

Permalink
mas
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Nov 12, 2024
1 parent cc58b72 commit 50a2b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/consensus/blockchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +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}")
log.error(f"WJB tx_additions {tx_additions} WJB tx_removals {tx_removals}")
await self.coin_store.new_block(
height,
fetched_block_record.timestamp,
Expand Down

0 comments on commit 50a2b68

Please sign in to comment.