mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
Remove unnecessary TODO
This commit is contained in:
parent
64d370ac11
commit
90318d7214
1 changed files with 0 additions and 2 deletions
|
@ -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()));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue