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 c9d30bc commit 35ee5c0Copy full SHA for 35ee5c0
lightning/src/ln/channel.rs
@@ -4994,7 +4994,6 @@ pub(super) struct DualFundingChannelContext {
4994
/// The amount in satoshis we will be contributing to the channel.
4995
pub our_funding_satoshis: u64,
4996
/// The amount in satoshis our counterparty will be contributing to the channel.
4997
- #[allow(dead_code)] // TODO(dual_funding): Remove once contribution to V2 channels is enabled.
4998
pub their_funding_satoshis: Option<u64>,
4999
/// The funding transaction locktime suggested by the initiator. If set by us, it is always set
5000
/// to the current block height to align incentives against fee-sniping.
0 commit comments