From 90318d72144828c8019f7c0dad842afc8f2e9f16 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Wed, 27 Sep 2023 00:50:57 -0400 Subject: [PATCH] Remove unnecessary TODO --- coordinator/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/coordinator/src/main.rs b/coordinator/src/main.rs index 61bbc013..17745580 100644 --- a/coordinator/src/main.rs +++ b/coordinator/src/main.rs @@ -775,8 +775,6 @@ async fn handle_processor_messages( }; // If this created a transaction, publish it - // TODO: This block may be fired multiple times, with the Tributary maintaining its - // own txns. How safe is that? if let Some(mut tx) = tx { log::trace!("processor message effected transaction {}", hex::encode(tx.hash()));