We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbe694 commit 68f715cCopy full SHA for 68f715c
lightning/src/util/sweep.rs
@@ -148,7 +148,7 @@ impl OutputSpendStatus {
148
// broadcasted yet. Any transactions of the counterparty may confirm on-chain, but
149
// we hold the state lock after creating the initial entry until we tried
150
// broadcasting, so this should never be reachable via `transactions_confirmed`.
151
- debug_assert!(false, "We should never confirm when we haven't broadcasted.");
+ debug_assert!(false, "We should never confirm when we haven't broadcasted. This a bug and should never happen, please report.");
152
*self = Self::PendingThresholdConfirmations {
153
first_broadcast_hash: confirmation_hash,
154
latest_broadcast_height: confirmation_height,
0 commit comments