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 ea9b8a5 commit 177a551
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 @@ -78,7 +78,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 177a551

Please sign in to comment.