Skip to content

Commit

Permalink
f - try_resolve_pending
Browse files Browse the repository at this point in the history
  • Loading branch information
alecchendev committed Jun 18, 2024
1 parent 24712ec commit e427655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5440,7 +5440,7 @@ impl<SP: Deref> Channel<SP> where
} else { None };
if !self.context.holder_commitment_point.is_available() {
log_trace!(logger, "Attempting to update holder per-commitment point...");
self.context.holder_commitment_point.advance(&self.context.holder_signer, &self.context.secp_ctx, logger);
self.context.holder_commitment_point.try_resolve_pending(&self.context.holder_signer, &self.context.secp_ctx, logger);
}
// Provide a `channel_ready` message if we need to, but only if we're _not_ still pending
// funding.
Expand Down

0 comments on commit e427655

Please sign in to comment.