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 a0b6dd6 commit 73639c3Copy full SHA for 73639c3
lightning/src/ln/channel.rs
@@ -9289,6 +9289,9 @@ where
9289
if session.holder_tx_signatures().is_none() {
9290
log_debug!(logger, "Waiting for funding transaction signatures to be provided");
9291
None
9292
+ } else if self.context.channel_state.is_monitor_update_in_progress() {
9293
+ log_debug!(logger, "Waiting for monitor update before providing funding transaction signatures");
9294
+ None
9295
} else {
9296
session.holder_tx_signatures().clone()
9297
}
0 commit comments