]> git.bitcoin.ninja Git - rust-lightning/commit
Move compact blinded path util to message paths only.
authorValentine Wallace <vwallace@protonmail.com>
Fri, 9 Aug 2024 19:50:19 +0000 (12:50 -0700)
committerValentine Wallace <vwallace@protonmail.com>
Thu, 15 Aug 2024 17:04:04 +0000 (13:04 -0400)
commitcbc25fbcf07b56fc0489a74513cf1641cbeb165f
treeb63fed149e32eff8d9d56d0a277b583025a00d6d
parent4dba7a314ce175f9e5fd51856c914b11923738ed
Move compact blinded path util to message paths only.

It's only used for message paths, so let's move it there to help make the
BlindedPath struct private.
lightning/src/blinded_path/message.rs
lightning/src/blinded_path/mod.rs
lightning/src/onion_message/messenger.rs