We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddcb4d commit 348162bCopy full SHA for 348162b
lightning/src/blinded_path/mod.rs
@@ -105,7 +105,7 @@ impl BlindedPath {
105
///
106
/// [`ForwardTlvs`]: crate::blinded_path::payment::ForwardTlvs
107
// TODO: make all payloads the same size with padding + add dummy hops
108
- pub(crate) fn new_for_payment<ES: EntropySource + ?Sized, T: secp256k1::Signing + secp256k1::Verification>(
+ pub fn new_for_payment<ES: EntropySource + ?Sized, T: secp256k1::Signing + secp256k1::Verification>(
109
intermediate_nodes: &[payment::ForwardNode], payee_node_id: PublicKey,
110
payee_tlvs: payment::ReceiveTlvs, htlc_maximum_msat: u64, entropy_source: &ES,
111
secp_ctx: &Secp256k1<T>
0 commit comments