Skip to content

Commit 6ed360b

Browse files
committed
f - update docs
1 parent 65949d4 commit 6ed360b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,12 @@ impl Node {
13331333
/// This provides for decreasing a channel's outbound liquidity without re-balancing or closing
13341334
/// it. Once negotiation with the counterparty is complete, the channel remains operational
13351335
/// while waiting for a new funding transaction to confirm.
1336+
///
1337+
/// # Experimental API
1338+
///
1339+
/// This API is experimental. Currently, a splice-out will be marked as an inbound payment if
1340+
/// paid to an address associated with the on-chain wallet, but this classification may change
1341+
/// in the future.
13361342
pub fn splice_out(
13371343
&self, user_channel_id: &UserChannelId, counterparty_node_id: PublicKey, address: Address,
13381344
splice_amount_sats: u64,

0 commit comments

Comments
 (0)