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 2b207cf commit 6d426e1Copy full SHA for 6d426e1
lightning/src/ln/channel.rs
@@ -6824,6 +6824,7 @@ where
6824
self.quiescent_action.take().and_then(|quiescent_action| match quiescent_action
6825
{
6826
QuiescentAction::Splice(instructions) => {
6827
+ self.context.channel_state.clear_awaiting_quiescence();
6828
let (inputs, outputs) =
6829
instructions.into_contributed_inputs_and_outputs();
6830
Some(SpliceFundingFailed {
0 commit comments