Skip to content

Commit

Permalink
bitcoind: Remove wrong comment
Browse files Browse the repository at this point in the history
It actually happens quite frequently, when the CSV is not satisfied
  • Loading branch information
danielabrozzoni committed Dec 10, 2021
1 parent 661b738 commit 29af826
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/daemon/bitcoind/poller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ fn maybe_broadcast_spend_transactions(
db_mark_broadcasted_spend(&db_path, &txid)?;
}
Err(e) => {
// This should not happen if it was succesfully finalized!
log::error!("Error broadcasting Spend tx '{}': '{}'", txid, e);
}
}
Expand Down

0 comments on commit 29af826

Please sign in to comment.