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 cea6413 commit af15b81Copy full SHA for af15b81
lightning/src/ln/channel.rs
@@ -9326,6 +9326,9 @@ where
9326
if session.holder_tx_signatures().is_none() {
9327
log_debug!(logger, "Waiting for funding transaction signatures to be provided");
9328
None
9329
+ } else if self.context.channel_state.is_monitor_update_in_progress() {
9330
+ log_debug!(logger, "Waiting for monitor update before providing funding transaction signatures");
9331
+ None
9332
} else {
9333
session.holder_tx_signatures().clone()
9334
}
0 commit comments