Skip to content

Commit 1316d2a

Browse files
committed
Remove prev-removed code (got back in rebase)
1 parent 35be56d commit 1316d2a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lightning/src/ln/channel.rs

-12
Original file line numberDiff line numberDiff line change
@@ -4146,18 +4146,6 @@ impl<SP: Deref> ChannelContext<SP> where SP::Target: SignerProvider {
41464146
self.get_initial_counterparty_commitment_signature(logger)
41474147
}
41484148

4149-
// /// Splice process starting; update state; update capacity, state, reset funding tx
4150-
// #[cfg(splicing)]
4151-
// pub(crate) fn splice_start<L: Deref>(&mut self, is_outgoing: bool, logger: &L) where L::Target: Logger {
4152-
// // Set state, by this point handshake is complete
4153-
// self.channel_state = ChannelState::NegotiatingFunding(NegotiatingFundingFlags::OUR_INIT_SENT | NegotiatingFundingFlags::THEIR_INIT_SENT);
4154-
4155-
// log_info!(logger,
4156-
// "Splicing process started, new channel value {}, outgoing {}, channel_id {}",
4157-
// self.channel_value_satoshis, is_outgoing, self.channel_id,
4158-
// );
4159-
// }
4160-
41614149
/// Get the splice message that can be sent during splice initiation.
41624150
#[cfg(splicing)]
41634151
pub fn get_splice_init(&self, our_funding_contribution_satoshis: i64,

0 commit comments

Comments
 (0)