Skip to content

Commit

Permalink
removed comments and todo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Dec 14, 2023
1 parent 2f73406 commit 9cb1e3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
1 change: 0 additions & 1 deletion src/tasks/broadcast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cb1e3e

Please sign in to comment.