Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c10693

Browse files
committedMar 24, 2025··
make BlindedMessagePath::from_raw public
1 parent ebdbee0 commit 9c10693

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎lightning/src/blinded_path/message.rs

-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ impl BlindedMessagePath {
202202
&mut self.0.introduction_node
203203
}
204204

205-
#[cfg(test)]
206205
pub fn from_raw(
207206
introduction_node_id: PublicKey, blinding_point: PublicKey, blinded_hops: Vec<BlindedHop>,
208207
) -> Self {

0 commit comments

Comments
 (0)
Please sign in to comment.