Move router test utils into their own module
authorValentine Wallace <vwallace@protonmail.com>
Mon, 15 Aug 2022 18:09:35 +0000 (14:09 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 19 Sep 2022 18:16:37 +0000 (14:16 -0400)
commit615b401f7bfb5dbb378bf630874a148b41950837
tree7fd403cca9501cbb4659e22b87c842939819af47
parentd6988989f81577d272b5b7f500422ae7d85296af
Move router test utils into their own module

Useful for testing onion message pathfinding in upcoming PRs and any future
routing modules we add
lightning/src/routing/mod.rs
lightning/src/routing/router.rs
lightning/src/routing/test_utils.rs [new file with mode: 0644]