From 9cb1e3e0a5303e7f738bd0ec45acaf6a8b73ec01 Mon Sep 17 00:00:00 2001 From: 0xKitsune <0xKitsune@protonmail.com> Date: Thu, 14 Dec 2023 10:25:30 -0500 Subject: [PATCH] removed comments and todo --- Cargo.toml | 2 +- src/tasks/broadcast.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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