We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b3a5c commit 5607977Copy full SHA for 5607977
lightning/src/sign/mod.rs
@@ -142,7 +142,7 @@ impl StaticPaymentOutputDescriptor {
142
self.channel_transaction_parameters.as_ref()
143
.and_then(|channel_params|
144
if channel_params.channel_type_features.supports_anchors_zero_fee_htlc_tx() {
145
- let payment_point = channel_params.as_holder_broadcastable().broadcaster_pubkeys().payment_point;
+ let payment_point = channel_params.holder_pubkeys.payment_point;
146
Some(chan_utils::get_to_countersignatory_with_anchors_redeemscript(&payment_point))
147
} else {
148
None
0 commit comments