Skip to content

Commit f5bec99

Browse files
author
Antoine Riard
committed
Increase visibility of script helper
1 parent 8e842bf commit f5bec99

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
@@ -706,7 +706,7 @@ pub fn build_htlc_transaction(commitment_txid: &Txid, feerate_per_kw: u32, conte
706706

707707
/// Gets the witnessScript for the to_remote output when anchors are enabled.
708708
#[inline]
709-
pub(crate) fn get_to_countersignatory_with_anchors_redeemscript(payment_point: &PublicKey) -> Script {
709+
pub fn get_to_countersignatory_with_anchors_redeemscript(payment_point: &PublicKey) -> Script {
710710
Builder::new()
711711
.push_slice(&payment_point.serialize()[..])
712712
.push_opcode(opcodes::all::OP_CHECKSIGVERIFY)

0 commit comments

Comments
 (0)