rust-lightning/lightning
Matt Corallo bcd65bed7b Take &NetworkGraph as input in get_route, not a NetGraphMsgHandler
This was just an oversight when route calculation was split up into
parts - it makes no sense for get_route to require that we have a
full route message handler, only a network graph (which can always
be accessed from a NetGraphMsgHandler anyway).
2020-06-23 16:12:55 -04:00
..
src Take &NetworkGraph as input in get_route, not a NetGraphMsgHandler 2020-06-23 16:12:55 -04:00
Cargo.toml Make test output deterministic 2020-06-18 19:28:50 -07:00