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 f62e260 commit 058b399Copy full SHA for 058b399
lightning/src/ln/channel.rs
@@ -5440,7 +5440,7 @@ impl<SP: Deref> Channel<SP> where
5440
} else { None };
5441
if !self.context.holder_commitment_point.is_available() {
5442
log_trace!(logger, "Attempting to update holder per-commitment point...");
5443
- 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);
5444
}
5445
// Provide a `channel_ready` message if we need to, but only if we're _not_ still pending
5446
// funding.
0 commit comments