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 4e92e0a commit af94f0eCopy full SHA for af94f0e
lightning/src/ln/channel.rs
@@ -10689,17 +10689,6 @@ where
10689
});
10690
}
10691
10692
- let funding_inputs = contribution.inputs();
10693
- let funding_outputs = contribution.outputs();
10694
- if !funding_inputs.is_empty() && !funding_outputs.is_empty() {
10695
- return Err(APIError::APIMisuseError {
10696
- err: format!(
10697
- "Channel {} cannot be both spliced in and out; operation not supported",
10698
- self.context.channel_id(),
10699
- ),
10700
- });
10701
- }
10702
-
10703
// Note: post-splice channel value is not yet known at this point, counterparty contribution is not known
10704
// (Cannot test for miminum required post-splice channel value)
10705
0 commit comments