Skip to content

Commit 48ecd34

Browse files
committed
f - update docs
1 parent b46ae5b commit 48ecd34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4688,7 +4688,8 @@ where
46884688
/// be re-spent.
46894689
///
46904690
/// Once the splice has been locked by both counterparties, an [`Event::ChannelReady`] will be
4691-
/// emitted with the new funding output.
4691+
/// emitted with the new funding output. At this point, a new splice can be negotiated by
4692+
/// calling `splice_channel` again on this channel.
46924693
#[rustfmt::skip]
46934694
pub fn splice_channel(
46944695
&self, channel_id: &ChannelId, counterparty_node_id: &PublicKey,

0 commit comments

Comments
 (0)