diff --git a/chia/full_node/full_node.py b/chia/full_node/full_node.py index 02159c1667a0..e2e0cf65c326 100644 --- a/chia/full_node/full_node.py +++ b/chia/full_node/full_node.py @@ -1268,8 +1268,8 @@ async def add_block_batch( fork_info.fork_height = block.height fork_info.peak_height = block.height fork_info.peak_hash = header_hash - fork_info.additions_since_fork == {} - fork_info.removals_since_fork == set() + fork_info.additions_since_fork = {} + fork_info.removals_since_fork = set() else: # We have already validated the block, but if it's not part of the # main chain, we still need to re-run it to update the additions and