We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d15df commit 23ad961Copy full SHA for 23ad961
chia/full_node/mempool.py
@@ -613,7 +613,7 @@ def create_bundle_from_mempool_items(
613
if any(
614
sd.eligible_for_dedup or sd.eligible_for_fast_forward for sd in item.bundle_coin_spends.values()
615
):
616
- 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}")
617
continue
618
619
unique_coin_spends = []
0 commit comments