Skip to content

Commit d38ca62

Browse files
committed
Add begin_interactive_funding_tx_construction()
1 parent a9df01c commit d38ca62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4972,7 +4972,6 @@ pub(super) struct DualFundingChannelContext {
49724972
/// The amount in satoshis we will be contributing to the channel.
49734973
pub our_funding_satoshis: u64,
49744974
/// 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.
49764975
pub their_funding_satoshis: Option<u64>,
49774976
/// The funding transaction locktime suggested by the initiator. If set by us, it is always set
49784977
/// to the current block height to align incentives against fee-sniping.

0 commit comments

Comments
 (0)