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 a9df01c commit d38ca62Copy full SHA for d38ca62
lightning/src/ln/channel.rs
@@ -4972,7 +4972,6 @@ pub(super) struct DualFundingChannelContext {
4972
/// The amount in satoshis we will be contributing to the channel.
4973
pub our_funding_satoshis: u64,
4974
/// The amount in satoshis our counterparty will be contributing to the channel.
4975
- #[allow(dead_code)] // TODO(dual_funding): Remove once contribution to V2 channels is enabled.
4976
pub their_funding_satoshis: Option<u64>,
4977
/// The funding transaction locktime suggested by the initiator. If set by us, it is always set
4978
/// to the current block height to align incentives against fee-sniping.
0 commit comments