Skip to content

Commit aa7739b

Browse files
committed
f - clear_awaiting_quiescence
1 parent 130b2e5 commit aa7739b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6824,6 +6824,7 @@ where
68246824
self.quiescent_action.take().and_then(|quiescent_action| match quiescent_action
68256825
{
68266826
QuiescentAction::Splice(instructions) => {
6827+
self.context.channel_state.clear_awaiting_quiescence();
68276828
let (inputs, outputs) =
68286829
instructions.into_contributed_inputs_and_outputs();
68296830
Some(SpliceFundingFailed {

0 commit comments

Comments
 (0)