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 6f8dbbd commit 7d232fcCopy full SHA for 7d232fc
lightning/src/ln/channel.rs
@@ -9090,7 +9090,7 @@ impl<SP: Deref> FundedChannel<SP> where
9090
9091
/// Checks during handling splice_init
9092
#[cfg(splicing)]
9093
- pub fn splice_init_checks(&mut self, msg: &msgs::SpliceInit) -> Result<(), ChannelError> {
+ pub fn splice_init_checks(&self, msg: &msgs::SpliceInit) -> Result<(), ChannelError> {
9094
let their_funding_contribution_satoshis = msg.funding_contribution_satoshis;
9095
// TODO(splicing): Currently not possible to contribute on the splicing-acceptor side
9096
let our_funding_contribution_satoshis = 0i64;
0 commit comments