Skip to content

Commit dd605f8

Browse files
author
Antoine Riard
committed
Increase visibility of script helper
1 parent 515ed62 commit dd605f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/chan_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ pub fn build_htlc_transaction(commitment_txid: &Txid, feerate_per_kw: u32, conte
700700

701701
/// Gets the witnessScript for the to_remote output when anchors are enabled.
702702
#[inline]
703-
pub(crate) fn get_to_countersignatory_with_anchors_redeemscript(payment_point: &PublicKey) -> Script {
703+
pub fn get_to_countersignatory_with_anchors_redeemscript(payment_point: &PublicKey) -> Script {
704704
Builder::new()
705705
.push_slice(&payment_point.serialize()[..])
706706
.push_opcode(opcodes::all::OP_CHECKSIGVERIFY)

0 commit comments

Comments
 (0)