Skip to content

Commit 5eb9ce0

Browse files
committed
Add begin_interactive_funding_tx_construction()
1 parent 7db5dbe commit 5eb9ce0

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
@@ -4998,7 +4998,6 @@ pub(super) struct DualFundingChannelContext {
49984998
/// The amount in satoshis we will be contributing to the channel.
49994999
pub our_funding_satoshis: u64,
50005000
/// The amount in satoshis our counterparty will be contributing to the channel.
5001-
#[allow(dead_code)] // TODO(dual_funding): Remove once contribution to V2 channels is enabled.
50025001
pub their_funding_satoshis: Option<u64>,
50035002
/// The funding transaction locktime suggested by the initiator. If set by us, it is always set
50045003
/// to the current block height to align incentives against fee-sniping.

0 commit comments

Comments
 (0)