File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -145,10 +145,8 @@ impl OutputSpendStatus {
145
145
match self {
146
146
Self :: PendingInitialBroadcast => {
147
147
// Generally we can't see any of our transactions confirmed if they haven't been
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." ) ;
148
+ // broadcasted yet, so this should never be reachable via `transactions_confirmed`.
149
+ debug_assert ! ( false , "We should never confirm when we haven't broadcasted. This a bug and should never happen, please report." ) ;
152
150
* self = Self :: PendingThresholdConfirmations {
153
151
first_broadcast_hash : confirmation_hash,
154
152
latest_broadcast_height : confirmation_height,
You can’t perform that action at this time.
0 commit comments