diff --git a/chia/full_node/mempool.py b/chia/full_node/mempool.py index 25c256b44814..ade1ee17ca49 100644 --- a/chia/full_node/mempool.py +++ b/chia/full_node/mempool.py @@ -613,7 +613,7 @@ def create_bundle_from_mempool_items( if any( sd.eligible_for_dedup or sd.eligible_for_fast_forward for sd in item.bundle_coin_spends.values() ): - log.info(f"Skipping transaction with dedup or FF spends {item.spend_bundle.name()}") + log.info(f"Skipping transaction with dedup or FF spends {name}") continue unique_coin_spends = []