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 8cce3cc commit 589389dCopy full SHA for 589389d
lightning/src/ln/channel.rs
@@ -4339,6 +4339,8 @@ impl<Signer: Sign> Channel<Signer> {
4339
4340
self.update_time_counter = cmp::max(self.update_time_counter, highest_header_time);
4341
4342
+ self.autoclose_timestamp = highest_header_time as u64;
4343
+
4344
if let Some(funding_locked) = self.check_get_funding_locked(height) {
4345
log_info!(logger, "Sending a funding_locked to our peer for channel {}", log_bytes!(self.channel_id));
4346
return Ok((Some(funding_locked), timed_out_htlcs));
0 commit comments