Skip to content

Commit fdf11cb

Browse files
committed
f - add docs
1 parent d6e26d7 commit fdf11cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightning/src/ln/channel.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,11 @@ impl FundingScope {
19501950
#[cfg(splicing)]
19511951
struct PendingSplice {
19521952
pub our_funding_contribution: i64,
1953+
1954+
/// The funding txid used in the `splice_locked` sent to the counterparty.
19531955
sent_funding_txid: Option<Txid>,
1956+
1957+
/// The funding txid used in the `splice_locked` received from the counterparty.
19541958
received_funding_txid: Option<Txid>,
19551959
}
19561960

0 commit comments

Comments
 (0)