Skip to content

Commit 35ee5c0

Browse files
committed
Add begin_interactive_funding_tx_construction()
1 parent c9d30bc commit 35ee5c0

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
@@ -4994,7 +4994,6 @@ pub(super) struct DualFundingChannelContext {
49944994
/// The amount in satoshis we will be contributing to the channel.
49954995
pub our_funding_satoshis: u64,
49964996
/// 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.
49984997
pub their_funding_satoshis: Option<u64>,
49994998
/// The funding transaction locktime suggested by the initiator. If set by us, it is always set
50004999
/// to the current block height to align incentives against fee-sniping.

0 commit comments

Comments
 (0)