]> git.bitcoin.ninja Git - rust-lightning/commit
Move DefaultMessageRouter::create_blinded_paths
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 22 May 2024 19:43:05 +0000 (14:43 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Wed, 5 Jun 2024 22:04:14 +0000 (17:04 -0500)
commitdefc54096d366f2903bf99e5d23e3e34c580eeee
tree00aef63e1bea28885b3e69b637d88fe77bf12760
parent2701bc512ad0d73a3309bf87a6b2487b2bfe00bf
Move DefaultMessageRouter::create_blinded_paths

An upcoming change to the MessageRouter trait will require reusing
DefaultMessageRouter::create_blinded_paths. Move the code to a utility
function so facilitate this.
lightning/src/onion_message/messenger.rs