Skip to content

Commit 564f6c6

Browse files
Expose router test utils as pub(crate)
Used in upcoming commit(s) to test onion message pathfinding
1 parent b414c06 commit 564f6c6

File tree

3 files changed

+494
-475
lines changed

3 files changed

+494
-475
lines changed

lightning/src/routing/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212
pub mod gossip;
1313
pub mod router;
1414
pub mod scoring;
15+
#[cfg(test)]
16+
pub(crate) mod test_utils;

0 commit comments

Comments
 (0)