mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +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
|
// 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 {
|
if let Some(mut tx) = tx {
|
||||||
log::trace!("processor message effected transaction {}", hex::encode(tx.hash()));
|
log::trace!("processor message effected transaction {}", hex::encode(tx.hash()));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user