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 f423b16 commit 1c8ea51Copy full SHA for 1c8ea51
lightning/src/chain/channelmonitor.rs
@@ -5535,7 +5535,7 @@ impl<Signer: EcdsaChannelSigner> ChannelMonitorImpl<Signer> {
5535
debug_assert!(self.best_block.height >= conf_height);
5536
5537
// Only generate claims if we haven't already done so (e.g., in transactions_confirmed).
5538
- if claimable_outpoints.is_empty() && watch_outputs.is_empty() {
+ if claimable_outpoints.is_empty() {
5539
let should_broadcast = self.should_broadcast_holder_commitment_txn(logger);
5540
if let Some(payment_hash) = should_broadcast {
5541
let reason = ClosureReason::HTLCsTimedOut { payment_hash: Some(payment_hash) };
0 commit comments