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.
our_funding_satoshis
our_funding_inputs
1 parent d81b0f9 commit 418c606Copy full SHA for 418c606
lightning/src/ln/channel.rs
@@ -3832,6 +3832,10 @@ pub(super) struct DualFundingChannelContext {
3832
/// The feerate set by the initiator to be used for the funding transaction.
3833
pub funding_feerate_sat_per_1000_weight: u32,
3834
/// The funding inputs we will be contributing to the channel.
3835
+ ///
3836
+ /// Note that the `our_funding_satoshis` field is equal to the total value of `our_funding_inputs`
3837
+ /// minus any fees paid for our contributed weight. This means that change will never be generated
3838
+ /// and the maximum value possible will go towards funding the channel.
3839
pub our_funding_inputs: Vec<(TxIn, TransactionU16LenLimited)>,
3840
}
3841
0 commit comments