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 53cc88d commit a39db76Copy full SHA for a39db76
src/lib.rs
@@ -1233,6 +1233,11 @@ impl Node {
1233
/// This provides for increasing a channel's outbound liquidity without re-balancing or closing
1234
/// it. Once negotiation with the counterparty is complete, the channel remains operational
1235
/// 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.
1241
pub fn splice_in(
1242
&self, user_channel_id: &UserChannelId, counterparty_node_id: PublicKey,
1243
splice_amount_sats: u64,
0 commit comments