Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Jan 10, 2024
1 parent 2a060fb commit cc8f8c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tasks/broadcast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const NO_TXS_SLEEP_DURATION: Duration = Duration::from_secs(2);

pub async fn broadcast_txs(app: Arc<App>) -> eyre::Result<()> {
loop {
// Get all unsent txs and broadcast
let txs = app.db.get_unsent_txs().await?;
let num_txs = txs.len();

Expand Down

0 comments on commit cc8f8c5

Please sign in to comment.