Skip to content

Commit 263d76e

Browse files
author
Antoine Riard
committed
Increase visibility of script helper
1 parent 2e4fab0 commit 263d76e

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

714714
/// Gets the witnessScript for the to_remote output when anchors are enabled.
715715
#[inline]
716-
pub(crate) fn get_to_countersignatory_with_anchors_redeemscript(payment_point: &PublicKey) -> Script {
716+
pub fn get_to_countersignatory_with_anchors_redeemscript(payment_point: &PublicKey) -> Script {
717717
Builder::new()
718718
.push_slice(&payment_point.serialize()[..])
719719
.push_opcode(opcodes::all::OP_CHECKSIGVERIFY)

0 commit comments

Comments
 (0)