diff --git a/Cargo.toml b/Cargo.toml index 6051d7e..192f45c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = ["crates/*"] [dependencies] async-trait = "0.1.74" -# Third Party + ## AWS aws-config = { version = "1.0.1" } aws-credential-types = { version = "1.0.1", features = [ diff --git a/src/tasks/broadcast.rs b/src/tasks/broadcast.rs index 9822cc4..7f33f21 100644 --- a/src/tasks/broadcast.rs +++ b/src/tasks/broadcast.rs @@ -133,7 +133,6 @@ async fn broadcast_relayer_txs( tracing::debug!(?tx.id, "Sending tx"); - // TODO: Is it possible that we send a tx but don't store it in the DB? // TODO: Be smarter about error handling - a tx can fail to be sent // e.g. because the relayer is out of funds // but we don't want to retry it forever