Skip to content

Commit 615b401

Browse files
Move router test utils into their own module
Useful for testing onion message pathfinding in upcoming PRs and any future routing modules we add
1 parent d698898 commit 615b401

File tree

3 files changed

+504
-476
lines changed

3 files changed

+504
-476
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+
mod test_utils;

0 commit comments

Comments
 (0)