Skip to content

Commit b0a441f

Browse files
committed
Reduce ChannelContext::channel_transaction_parameters visibility
1 parent eaeed77 commit b0a441f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ pub(super) struct ChannelContext<SP: Deref> where SP::Target: SignerProvider {
18621862

18631863
counterparty_forwarding_info: Option<CounterpartyForwardingInfo>,
18641864

1865-
pub(crate) channel_transaction_parameters: ChannelTransactionParameters,
1865+
pub(super) channel_transaction_parameters: ChannelTransactionParameters,
18661866
/// The transaction which funds this channel. Note that for manually-funded channels (i.e.,
18671867
/// is_manual_broadcast is true) this will be a dummy empty transaction.
18681868
funding_transaction: Option<Transaction>,

0 commit comments

Comments
 (0)