Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chia/full_node/mempool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
Loading