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()));