Skip to content

Commit a39db76

Browse files
committed
f - update docs
1 parent 53cc88d commit a39db76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,11 @@ impl Node {
12331233
/// This provides for increasing a channel's outbound liquidity without re-balancing or closing
12341234
/// it. Once negotiation with the counterparty is complete, the channel remains operational
12351235
/// while waiting for a new funding transaction to confirm.
1236+
///
1237+
/// # Experimental API
1238+
///
1239+
/// This API is experimental. Currently, a splice-in will be marked as an outbound payment, but
1240+
/// this classification may change in the future.
12361241
pub fn splice_in(
12371242
&self, user_channel_id: &UserChannelId, counterparty_node_id: PublicKey,
12381243
splice_amount_sats: u64,

0 commit comments

Comments
 (0)