mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Remove unnecessary TODO
This commit is contained in:
@@ -775,8 +775,6 @@ async fn handle_processor_messages<D: Db, Pro: Processors, P: P2p>(
|
||||
};
|
||||
|
||||
// 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()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user