Skip to content

Commit 058b399

Browse files
committed
f - try_resolve_pending
1 parent f62e260 commit 058b399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5440,7 +5440,7 @@ impl<SP: Deref> Channel<SP> where
54405440
} else { None };
54415441
if !self.context.holder_commitment_point.is_available() {
54425442
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);
5443+
self.context.holder_commitment_point.try_resolve_pending(&self.context.holder_signer, &self.context.secp_ctx, logger);
54445444
}
54455445
// Provide a `channel_ready` message if we need to, but only if we're _not_ still pending
54465446
// funding.

0 commit comments

Comments
 (0)