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 eaeed77 commit b0a441fCopy full SHA for b0a441f
lightning/src/ln/channel.rs
@@ -1862,7 +1862,7 @@ pub(super) struct ChannelContext<SP: Deref> where SP::Target: SignerProvider {
1862
1863
counterparty_forwarding_info: Option<CounterpartyForwardingInfo>,
1864
1865
- pub(crate) channel_transaction_parameters: ChannelTransactionParameters,
+ pub(super) channel_transaction_parameters: ChannelTransactionParameters,
1866
/// The transaction which funds this channel. Note that for manually-funded channels (i.e.,
1867
/// is_manual_broadcast is true) this will be a dummy empty transaction.
1868
funding_transaction: Option<Transaction>,
0 commit comments