]> git.bitcoin.ninja Git - rust-lightning/commit
Give `MessageSendInstructions` any `Destination`, not only Blinded
authorMatt Corallo <git@bluematt.me>
Thu, 22 Aug 2024 18:43:33 +0000 (18:43 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 22 Aug 2024 22:20:35 +0000 (22:20 +0000)
commitb396f0afd1975b48ba4e08f9a87edc0ea53b0c91
tree5bb8796941814d89756696cd829ac9bc49045500
parent4784bbf7d97d126bd52396b37f2afb20ee674ec8
Give `MessageSendInstructions` any `Destination`, not only Blinded

In the next commit we'll use `MessageSendInstructions` for all
messages, so it needs the ability to take any `Destination`, not
only a `Destination::Blinded`.
lightning/src/onion_message/messenger.rs