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 10114e6 commit 6d16722Copy full SHA for 6d16722
lightning/src/ln/channel.rs
@@ -3695,6 +3695,10 @@ pub(super) struct DualFundingChannelContext {
3695
/// The feerate set by the initiator to be used for the funding transaction.
3696
pub funding_feerate_sat_per_1000_weight: u32,
3697
/// The funding inputs we will be contributing to the channel.
3698
+ ///
3699
+ /// Note that the `our_funding_satoshis` field is equal to the total value of `our_funding_inputs`
3700
+ /// minus any fees paid for our contributed weight. This means that change will never be generated
3701
+ /// and the maximum value possible will go towards funding the channel.
3702
pub our_funding_inputs: Vec<(TxIn, TransactionU16LenLimited)>,
3703
}
3704
0 commit comments